Shades of Light Cyan #E0FBFE
Tints of Light Cyan #E0FBFE
RGB
CMYK
RGB Variations
Color information
#E0FBFE (or 0xE0FBFE) is known color: Light Cyan. HEX triplet: E0, FB and FE. RGB value is (224,251,254). Sum of RGB (Red+Green+Blue) = 224+251+254=729 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.73% from 729); Green value is 251 (98.44% from 255 or 34.43% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FBFE is #1F0401. Grayscale: #F3F3F3. Windows color (decimal): -2032642 or 16710624. OLE color: 16710624.
HSL color Cylindrical-coordinate representation of color #E0FBFE: hue angle of 186º 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 #E0FBFE is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 224 | 251 | 254 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.00 |
| HSL | 186º | 0.94% | 0.94% | - |
| HSV(B) | 186º | 0.12% | 1% | - |
| XYZ | 83.13 | 92 | 107.14 | - |
| YUV | 243.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 254 | 0.12 | 0.01 | 0 | 0.00 | 186 | 0.94 | 0.94 |
| Hex | E0 | FB | FE | C | 1 | 0 | 0 | BA | 5E | 5E |
| Octal | 340 | 373 | 376 | 14 | 1 | 0 | 0 | 272 | 136 | 136 |
| Binary | 11100000 | 11111011 | 11111110 | 1100 | 1 | 0 | 0 | 10111010 | 1011110 | 1011110 |
Color Harmonies of #E0FBFE
Complementary color
Monochromatic Colors of #E0FBFE
Black with #E0FBFE
Text Example
Text Example
White with #E0FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FBFE; }
p { color: rgb(224,251,254); }
H1.HeaderClassName
{
color: #E0FBFE;
}
.AnyTagClassName
{
color: #E0FBFE;
}
</style>
background-color css
<style>
a { background-color: #E0FBFE; }
a { background-color: rgb(224,251,254); }
div.DivClassName
{
background-color: #E0FBFE;
}
.BgClassName
{
background-color: #E0FBFE;
}
</style>
border-color css
<style>
span { border-color: #E0FBFE; }
span { border-color: rgb(224,251,254); }
td.TdClassName
{
border-color: #E0FBFE;
}
.TagClassName
{
border-color: #E0FBFE;
}
</style>