Shades of Light Cyan #E0FCFE
Tints of Light Cyan #E0FCFE
RGB
CMYK
RGB Variations
Color information
#E0FCFE (or 0xE0FCFE) is known color: Light Cyan. HEX triplet: E0, FC and FE. RGB value is (224,252,254). Sum of RGB (Red+Green+Blue) = 224+252+254=730 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.68% from 730); Green value is 252 (98.83% from 255 or 34.52% from 730); Blue value is 254 (99.61% from 255 or 34.79% from 730); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0FCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FCFE is #1F0301. Grayscale: #F3F3F3. Windows color (decimal): -2032386 or 16710880. OLE color: 16710880.
HSL color Cylindrical-coordinate representation of color #E0FCFE: hue angle of 184º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0FCFE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 252 | 254 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.00 |
| HSL | 184º | 0.94% | 0.94% | - |
| HSV(B) | 184º | 0.12% | 1% | - |
| XYZ | 83.44 | 92.62 | 107.25 | - |
| YUV | 243.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 252 | 254 | 0.12 | 0.01 | 0 | 0.00 | 184 | 0.94 | 0.94 |
| Hex | E0 | FC | FE | C | 1 | 0 | 0 | B8 | 5E | 5E |
| Octal | 340 | 374 | 376 | 14 | 1 | 0 | 0 | 270 | 136 | 136 |
| Binary | 11100000 | 11111100 | 11111110 | 1100 | 1 | 0 | 0 | 10111000 | 1011110 | 1011110 |
Color Harmonies of #E0FCFE
Complementary color
Monochromatic Colors of #E0FCFE
Black with #E0FCFE
Text Example
Text Example
White with #E0FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FCFE; }
p { color: rgb(224,252,254); }
H1.HeaderClassName
{
color: #E0FCFE;
}
.AnyTagClassName
{
color: #E0FCFE;
}
</style>
background-color css
<style>
a { background-color: #E0FCFE; }
a { background-color: rgb(224,252,254); }
div.DivClassName
{
background-color: #E0FCFE;
}
.BgClassName
{
background-color: #E0FCFE;
}
</style>
border-color css
<style>
span { border-color: #E0FCFE; }
span { border-color: rgb(224,252,254); }
td.TdClassName
{
border-color: #E0FCFE;
}
.TagClassName
{
border-color: #E0FCFE;
}
</style>