Color: #4BCCFF

#4BCCFF Color Information

#4BCCFF is a light color. The closest websafe version is #4BCCFF. A complement of this color would be #FF7F4D, perceived brightness is 0.67, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 197°,a saturation of 99%, and a lightness of 65%.The HSV representation shows a hue of 197°, a saturation of 71%, and a value of 100%.

In a RGB color space, #4BCCFF is composed of 29% red, 80% green and 100% blue. Whereas in a CMYK color space, it is composed of 71% cyan, 20% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 50.91, x: 0.2405, and y: 0.3014.

Color Code #4BCCFF

#4BCCFFrgb(75, 204, 255)
HEX
#4BCCFF
RGB
rgb(75, 204, 255)
HSL
hsl(197, 100%, 65%)
HSV
hsv(197, 71%, 100%)
CMYK
71%, 20%, 0%, 0%
XYZ
X: 40.63, Y: 50.91, Z: 77.38
Lab
L: 76.63, a: -24.41, b: -36.05
Name

Shades of Color #4BCCFF

Shades are created by darkening the original color #4BCCFF in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #4BCCFF

Tints are created by lightening the original color #4BCCFF in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#4BCCFFrgb(75, 204, 255)

About #4BCCFF Color Code

In the HSL color space, this color has a hue angle of 197°, a saturation of 100%, and a lightness of 65%. The HSV representation shows a hue of 197°, a saturation of 71%, and a value of 100%.

  • HEX: #4BCCFF
  • RGB: rgb(75, 204, 255)
  • HSL: hsl(197, 100%, 65%)
  • HSV: hsv(197, 71%, 100%)
  • CMYK: 71.00% cyan, 20.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 40.63, 50.91, 77.38
  • Yxy: 50.91, 0.2405, 0.3014
  • Hunter Lab: 76.63, -24.41, -36.05
  • CIE-Lab: 76.63, -24.41, -36.05

In the XYZ color space, this color is represented as X: 40.63, Y: 50.91, Z: 77.38. The Yxy representation further refines this as Y: 50.91, x: 0.2405, and y: 0.3014.

In the Hunter Lab color space, this color is represented as L: 76.63, a: -24.41, and b: -36.05. Similarly, in the CIE-Lab color space, it is represented as L: 76.63, a: -24.41, and b: -36.05.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #4BCCFF

Triadic colors are three colors evenly spaced around the color wheel, including #4BCCFF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #4BCCFF

Analogous colors are adjacent to #4BCCFF on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #4BCCFF

Monochromatic colors are variations of #4BCCFF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #4BCCFF

The complementary color of #4BCCFF is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #4BCCFF

/* Using HEX */
body {
  background-color: #4bccff;
}
/* Using RGB */
body {
  background-color: rgb(75, 204, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(75, 204, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(197, 100%, 65%);
}
/* Text color */
p {
  color: #4bccff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #4bccff;
}
/* Border color */
.box {
  border: 4px solid #4bccff;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #4bccff;
}
Text Shadow Preview
/* Background with text */
div {
  background: #4bccff;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#4BCCFF
On Black Background
#4BCCFF
On White Background
#4BCCFF

HTML Examples of #4BCCFF

<!-- Using HEX -->
<div style="background-color: #4bccff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(75, 204, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(75, 204, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(197, 100%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #4bccff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #4bccff; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #4bccff; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #4bccff;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #4bccff; color: #fff; padding: 16px; border-radius: 8px;">
  #4BCCFF
</div>
#4BCCFF
On Black Background
#4BCCFF
On White Background
#4BCCFF

Related Colors of #4BCCFF

These colors are similar to #4BCCFF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.