Shades of Light Cyan #E0FDFE
Tints of Light Cyan #E0FDFE
RGB
CMYK
RGB Variations
Color information
#E0FDFE (or 0xE0FDFE) is known color: Light Cyan. HEX triplet: E0, FD and FE. RGB value is (224,253,254). Sum of RGB (Red+Green+Blue) = 224+253+254=731 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.64% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0FDFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FDFE is #1F0201. Grayscale: #F4F4F4. Windows color (decimal): -2032130 or 16711136. OLE color: 16711136.
HSL color Cylindrical-coordinate representation of color #E0FDFE: hue angle of 182º 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 #E0FDFE is Cyan = 0.12, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 253 | 254 | - |
| CMYK | 0.12 | 0.00 | 0 | 0.00 |
| HSL | 182º | 0.94% | 0.94% | - |
| HSV(B) | 182º | 0.12% | 1% | - |
| XYZ | 83.76 | 93.25 | 107.35 | - |
| YUV | 244.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 253 | 254 | 0.12 | 0.00 | 0 | 0.00 | 182 | 0.94 | 0.94 |
| Hex | E0 | FD | FE | C | 0 | 0 | 0 | B6 | 5E | 5E |
| Octal | 340 | 375 | 376 | 14 | 0 | 0 | 0 | 266 | 136 | 136 |
| Binary | 11100000 | 11111101 | 11111110 | 1100 | 0 | 0 | 0 | 10110110 | 1011110 | 1011110 |
Color Harmonies of #E0FDFE
Complementary color
Monochromatic Colors of #E0FDFE
Black with #E0FDFE
Text Example
Text Example
White with #E0FDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FDFE; }
p { color: rgb(224,253,254); }
H1.HeaderClassName
{
color: #E0FDFE;
}
.AnyTagClassName
{
color: #E0FDFE;
}
</style>
background-color css
<style>
a { background-color: #E0FDFE; }
a { background-color: rgb(224,253,254); }
div.DivClassName
{
background-color: #E0FDFE;
}
.BgClassName
{
background-color: #E0FDFE;
}
</style>
border-color css
<style>
span { border-color: #E0FDFE; }
span { border-color: rgb(224,253,254); }
td.TdClassName
{
border-color: #E0FDFE;
}
.TagClassName
{
border-color: #E0FDFE;
}
</style>