Shades of Light Cyan #E1FAFF
Tints of Light Cyan #E1FAFF
RGB
CMYK
RGB Variations
Color information
#E1FAFF (or 0xE1FAFF) is known color: Light Cyan. HEX triplet: E1, FA and FF. RGB value is (225,250,255). Sum of RGB (Red+Green+Blue) = 225+250+255=730 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.82% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 255 (100% from 255 or 34.93% from 730); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1FAFF is #1E0500. Grayscale: #F3F3F3. Windows color (decimal): -1967361 or 16775905. OLE color: 16775905.
HSL color Cylindrical-coordinate representation of color #E1FAFF: hue angle of 190º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1FAFF is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 250 | 255 | - |
| CMYK | 0.12 | 0.02 | 0 | 0 |
| HSL | 190º | 1% | 0.94% | - |
| HSV(B) | 190º | 0.12% | 1% | - |
| XYZ | 83.29 | 91.6 | 107.9 | - |
| YUV | 243.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 250 | 255 | 0.12 | 0.02 | 0 | 0 | 190 | 1 | 0.94 |
| Hex | E1 | FA | FF | C | 2 | 0 | 0 | BE | 64 | 5E |
| Octal | 341 | 372 | 377 | 14 | 2 | 0 | 0 | 276 | 144 | 136 |
| Binary | 11100001 | 11111010 | 11111111 | 1100 | 10 | 0 | 0 | 10111110 | 1100100 | 1011110 |
Color Harmonies of #E1FAFF
Complementary color
Monochromatic Colors of #E1FAFF
Black with #E1FAFF
Text Example
Text Example
White with #E1FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FAFF; }
p { color: rgb(225,250,255); }
H1.HeaderClassName
{
color: #E1FAFF;
}
.AnyTagClassName
{
color: #E1FAFF;
}
</style>
background-color css
<style>
a { background-color: #E1FAFF; }
a { background-color: rgb(225,250,255); }
div.DivClassName
{
background-color: #E1FAFF;
}
.BgClassName
{
background-color: #E1FAFF;
}
</style>
border-color css
<style>
span { border-color: #E1FAFF; }
span { border-color: rgb(225,250,255); }
td.TdClassName
{
border-color: #E1FAFF;
}
.TagClassName
{
border-color: #E1FAFF;
}
</style>