Shades of Light Cyan #E0F8FB
Tints of Light Cyan #E0F8FB
RGB
CMYK
RGB Variations
Color information
#E0F8FB (or 0xE0F8FB) is known color: Light Cyan. HEX triplet: E0, F8 and FB. RGB value is (224,248,251). Sum of RGB (Red+Green+Blue) = 224+248+251=723 (95% of max value = 765). Red value is 224 (87.89% from 255 or 30.98% from 723); Green value is 248 (97.27% from 255 or 34.30% from 723); Blue value is 251 (98.44% from 255 or 34.72% from 723); Max value from RGB is 251 - color contains mainly: blue. Hex color #E0F8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F8FB is #1F0704. Grayscale: #F1F1F1. Windows color (decimal): -2033413 or 16513248. OLE color: 16513248.
HSL color Cylindrical-coordinate representation of color #E0F8FB: hue angle of 186.67º degrees, saturation: 0.77, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0F8FB is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 248 | 251 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.02 |
| HSL | 186.67º | 0.77% | 0.93% | - |
| HSV(B) | 186.67º | 0.11% | 0.98% | - |
| XYZ | 81.72 | 89.95 | 104.32 | - |
| YUV | 241.17 | 133.55 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 248 | 251 | 0.11 | 0.01 | 0 | 0.02 | 186.67 | 0.77 | 0.93 |
| Hex | E0 | F8 | FB | B | 1 | 0 | 2 | BB | 4D | 5D |
| Octal | 340 | 370 | 373 | 13 | 1 | 0 | 2 | 273 | 115 | 135 |
| Binary | 11100000 | 11111000 | 11111011 | 1011 | 1 | 0 | 10 | 10111011 | 1001101 | 1011101 |
Color Harmonies of #E0F8FB
Complementary color
Monochromatic Colors of #E0F8FB
Black with #E0F8FB
Text Example
Text Example
White with #E0F8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F8FB; }
p { color: rgb(224,248,251); }
H1.HeaderClassName
{
color: #E0F8FB;
}
.AnyTagClassName
{
color: #E0F8FB;
}
</style>
background-color css
<style>
a { background-color: #E0F8FB; }
a { background-color: rgb(224,248,251); }
div.DivClassName
{
background-color: #E0F8FB;
}
.BgClassName
{
background-color: #E0F8FB;
}
</style>
border-color css
<style>
span { border-color: #E0F8FB; }
span { border-color: rgb(224,248,251); }
td.TdClassName
{
border-color: #E0F8FB;
}
.TagClassName
{
border-color: #E0F8FB;
}
</style>