Shades of Light Cyan #E6FCFF
Tints of Light Cyan #E6FCFF
RGB
CMYK
RGB Variations
Color information
#E6FCFF (or 0xE6FCFF) is known color: Light Cyan. HEX triplet: E6, FC and FF. RGB value is (230,252,255). Sum of RGB (Red+Green+Blue) = 230+252+255=737 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.21% from 737); Green value is 252 (98.83% from 255 or 34.19% from 737); Blue value is 255 (100% from 255 or 34.60% from 737); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6FCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FCFF is #190300. Grayscale: #F5F5F5. Windows color (decimal): -1639169 or 16776422. OLE color: 16776422.
HSL color Cylindrical-coordinate representation of color #E6FCFF: hue angle of 187.2º 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 #E6FCFF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 252 | 255 | - |
| CMYK | 0.10 | 0.01 | 0 | 0 |
| HSL | 187.2º | 1% | 0.95% | - |
| HSV(B) | 187.2º | 0.1% | 1% | - |
| XYZ | 85.49 | 93.66 | 108.18 | - |
| YUV | 245.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 255 | 0.10 | 0.01 | 0 | 0 | 187.2 | 1 | 0.95 |
| Hex | E6 | FC | FF | A | 1 | 0 | 0 | BB | 64 | 5F |
| Octal | 346 | 374 | 377 | 12 | 1 | 0 | 0 | 273 | 144 | 137 |
| Binary | 11100110 | 11111100 | 11111111 | 1010 | 1 | 0 | 0 | 10111011 | 1100100 | 1011111 |
Color Harmonies of #E6FCFF
Complementary color
Monochromatic Colors of #E6FCFF
Black with #E6FCFF
Text Example
Text Example
White with #E6FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCFF; }
p { color: rgb(230,252,255); }
H1.HeaderClassName
{
color: #E6FCFF;
}
.AnyTagClassName
{
color: #E6FCFF;
}
</style>
background-color css
<style>
a { background-color: #E6FCFF; }
a { background-color: rgb(230,252,255); }
div.DivClassName
{
background-color: #E6FCFF;
}
.BgClassName
{
background-color: #E6FCFF;
}
</style>
border-color css
<style>
span { border-color: #E6FCFF; }
span { border-color: rgb(230,252,255); }
td.TdClassName
{
border-color: #E6FCFF;
}
.TagClassName
{
border-color: #E6FCFF;
}
</style>