Shades of Light Cyan #E6FBFD
Tints of Light Cyan #E6FBFD
RGB
CMYK
RGB Variations
Color information
#E6FBFD (or 0xE6FBFD) is known color: Light Cyan. HEX triplet: E6, FB and FD. RGB value is (230,251,253). Sum of RGB (Red+Green+Blue) = 230+251+253=734 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.34% from 734); Green value is 251 (98.44% from 255 or 34.20% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6FBFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FBFD is #190402. Grayscale: #F4F4F4. Windows color (decimal): -1639427 or 16645094. OLE color: 16645094.
HSL color Cylindrical-coordinate representation of color #E6FBFD: hue angle of 185.22º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FBFD is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 251 | 253 | - |
CMYK | 0.09 | 0.01 | 0 | 0.01 |
HSL | 185.22º | 0.85% | 0.95% | - |
HSV(B) | 185.22º | 0.09% | 0.99% | - |
XYZ | 84.86 | 92.91 | 106.39 | - |
YUV | 244.95 | 132.54 | 117.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 251 | 253 | 0.09 | 0.01 | 0 | 0.01 | 185.22 | 0.85 | 0.95 |
Hex | E6 | FB | FD | 9 | 1 | 0 | 1 | B9 | 55 | 5F |
Octal | 346 | 373 | 375 | 11 | 1 | 0 | 1 | 271 | 125 | 137 |
Binary | 11100110 | 11111011 | 11111101 | 1001 | 1 | 0 | 1 | 10111001 | 1010101 | 1011111 |
Color Harmonies of #E6FBFD
Complementary color
Monochromatic Colors of #E6FBFD
Black with #E6FBFD
Text Example
Text Example
White with #E6FBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBFD; }
p { color: rgb(230,251,253); }
H1.HeaderClassName
{
color: #E6FBFD;
}
.AnyTagClassName
{
color: #E6FBFD;
}
</style>
background-color css
<style>
a { background-color: #E6FBFD; }
a { background-color: rgb(230,251,253); }
div.DivClassName
{
background-color: #E6FBFD;
}
.BgClassName
{
background-color: #E6FBFD;
}
</style>
border-color css
<style>
span { border-color: #E6FBFD; }
span { border-color: rgb(230,251,253); }
td.TdClassName
{
border-color: #E6FBFD;
}
.TagClassName
{
border-color: #E6FBFD;
}
</style>