Shades of Light Cyan #E6FFFF
Tints of Light Cyan #E6FFFF
RGB
CMYK
RGB Variations
Color information
#E6FFFF (or 0xE6FFFF) is known color: Light Cyan. HEX triplet: E6, FF and FF. RGB value is (230,255,255). Sum of RGB (Red+Green+Blue) = 230+255+255=740 (98% of max value = 765). Red value is 230 (90.23% from 255 or 31.08% from 740); Green value is 255 (100% from 255 or 34.46% from 740); Blue value is 255 (100% from 255 or 34.46% from 740); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #E6FFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FFFF is #190000. Grayscale: #F7F7F7. Windows color (decimal): -1638401 or 16777190. OLE color: 16777190.
HSL color Cylindrical-coordinate representation of color #E6FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6FFFF is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 230 | 255 | 255 | - |
CMYK | 0.10 | 0 | 0 | 0 |
HSL | 180º | 1% | 0.95% | - |
HSV(B) | 180º | 0.1% | 1% | - |
XYZ | 86.44 | 95.56 | 108.5 | - |
YUV | 247.53 | 132.22 | 115.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 255 | 255 | 0.10 | 0 | 0 | 0 | 180 | 1 | 0.95 |
Hex | E6 | FF | FF | A | 0 | 0 | 0 | B4 | 64 | 5F |
Octal | 346 | 377 | 377 | 12 | 0 | 0 | 0 | 264 | 144 | 137 |
Binary | 11100110 | 11111111 | 11111111 | 1010 | 0 | 0 | 0 | 10110100 | 1100100 | 1011111 |
Color Harmonies of #E6FFFF
Complementary color
Monochromatic Colors of #E6FFFF
Black with #E6FFFF
Text Example
Text Example
White with #E6FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFFF; }
p { color: rgb(230,255,255); }
H1.HeaderClassName
{
color: #E6FFFF;
}
.AnyTagClassName
{
color: #E6FFFF;
}
</style>
background-color css
<style>
a { background-color: #E6FFFF; }
a { background-color: rgb(230,255,255); }
div.DivClassName
{
background-color: #E6FFFF;
}
.BgClassName
{
background-color: #E6FFFF;
}
</style>
border-color css
<style>
span { border-color: #E6FFFF; }
span { border-color: rgb(230,255,255); }
td.TdClassName
{
border-color: #E6FFFF;
}
.TagClassName
{
border-color: #E6FFFF;
}
</style>