Shades of Light Cyan #E6FBFA
Tints of Light Cyan #E6FBFA
RGB
CMYK
RGB Variations
Color information
#E6FBFA (or 0xE6FBFA) is known color: Light Cyan. HEX triplet: E6, FB and FA. RGB value is (230,251,250). Sum of RGB (Red+Green+Blue) = 230+251+250=731 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.46% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 251 - color contains mainly: green. Hex color #E6FBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FBFA is #190405. Grayscale: #F4F4F4. Windows color (decimal): -1639430 or 16448486. OLE color: 16448486.
HSL color Cylindrical-coordinate representation of color #E6FBFA: hue angle of 177.14º degrees, saturation: 0.72, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6FBFA is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 251 | 250 | - |
CMYK | 0.08 | 0 | 0.00 | 0.02 |
HSL | 177.14º | 0.72% | 0.94% | - |
HSV(B) | 177.14º | 0.08% | 0.98% | - |
XYZ | 84.39 | 92.72 | 103.89 | - |
YUV | 244.61 | 131.04 | 117.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 251 | 250 | 0.08 | 0 | 0.00 | 0.02 | 177.14 | 0.72 | 0.94 |
Hex | E6 | FB | FA | 8 | 0 | 0 | 2 | B1 | 48 | 5E |
Octal | 346 | 373 | 372 | 10 | 0 | 0 | 2 | 261 | 110 | 136 |
Binary | 11100110 | 11111011 | 11111010 | 1000 | 0 | 0 | 10 | 10110001 | 1001000 | 1011110 |
Color Harmonies of #E6FBFA
Complementary color
Monochromatic Colors of #E6FBFA
Black with #E6FBFA
Text Example
Text Example
White with #E6FBFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FBFA; }
p { color: rgb(230,251,250); }
H1.HeaderClassName
{
color: #E6FBFA;
}
.AnyTagClassName
{
color: #E6FBFA;
}
</style>
background-color css
<style>
a { background-color: #E6FBFA; }
a { background-color: rgb(230,251,250); }
div.DivClassName
{
background-color: #E6FBFA;
}
.BgClassName
{
background-color: #E6FBFA;
}
</style>
border-color css
<style>
span { border-color: #E6FBFA; }
span { border-color: rgb(230,251,250); }
td.TdClassName
{
border-color: #E6FBFA;
}
.TagClassName
{
border-color: #E6FBFA;
}
</style>