Shades of Light Cyan #E6FDFF
Tints of Light Cyan #E6FDFF
RGB
CMYK
RGB Variations
Color information
#E6FDFF (or 0xE6FDFF) is known color: Light Cyan. HEX triplet: E6, FD and FF. RGB value is (230,253,255). Sum of RGB (Red+Green+Blue) = 230+253+255=738 (97% of max value = 765). Red value is 230 (90.23% from 255 or 31.17% from 738); Green value is 253 (99.22% from 255 or 34.28% from 738); Blue value is 255 (100% from 255 or 34.55% from 738); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6FDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FDFF is #190200. Grayscale: #F6F6F6. Windows color (decimal): -1638913 or 16776678. OLE color: 16776678.
HSL color Cylindrical-coordinate representation of color #E6FDFF: hue angle of 184.8º 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 #E6FDFF is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 253 | 255 | - |
| CMYK | 0.10 | 0.01 | 0 | 0 |
| HSL | 184.8º | 1% | 0.95% | - |
| HSV(B) | 184.8º | 0.1% | 1% | - |
| XYZ | 85.81 | 94.29 | 108.29 | - |
| YUV | 246.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 255 | 0.10 | 0.01 | 0 | 0 | 184.8 | 1 | 0.95 |
| Hex | E6 | FD | FF | A | 1 | 0 | 0 | B9 | 64 | 5F |
| Octal | 346 | 375 | 377 | 12 | 1 | 0 | 0 | 271 | 144 | 137 |
| Binary | 11100110 | 11111101 | 11111111 | 1010 | 1 | 0 | 0 | 10111001 | 1100100 | 1011111 |
Color Harmonies of #E6FDFF
Complementary color
Monochromatic Colors of #E6FDFF
Black with #E6FDFF
Text Example
Text Example
White with #E6FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDFF; }
p { color: rgb(230,253,255); }
H1.HeaderClassName
{
color: #E6FDFF;
}
.AnyTagClassName
{
color: #E6FDFF;
}
</style>
background-color css
<style>
a { background-color: #E6FDFF; }
a { background-color: rgb(230,253,255); }
div.DivClassName
{
background-color: #E6FDFF;
}
.BgClassName
{
background-color: #E6FDFF;
}
</style>
border-color css
<style>
span { border-color: #E6FDFF; }
span { border-color: rgb(230,253,255); }
td.TdClassName
{
border-color: #E6FDFF;
}
.TagClassName
{
border-color: #E6FDFF;
}
</style>