Shades of Light Cyan #E0FBFB
Tints of Light Cyan #E0FBFB
RGB
CMYK
RGB Variations
Color information
#E0FBFB (or 0xE0FBFB) is known color: Light Cyan. HEX triplet: E0, FB and FB. RGB value is (224,251,251). Sum of RGB (Red+Green+Blue) = 224+251+251=726 (96% of max value = 765). Red value is 224 (87.89% from 255 or 30.85% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #E0FBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FBFB is #1F0404. Grayscale: #F2F2F2. Windows color (decimal): -2032645 or 16514016. OLE color: 16514016.
HSL color Cylindrical-coordinate representation of color #E0FBFB: hue angle of 180º 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 #E0FBFB is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 251 | 251 | - |
| CMYK | 0.11 | 0 | 0 | 0.02 |
| HSL | 180º | 0.77% | 0.93% | - |
| HSV(B) | 180º | 0.11% | 0.98% | - |
| XYZ | 82.65 | 91.81 | 104.63 | - |
| YUV | 242.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 251 | 251 | 0.11 | 0 | 0 | 0.02 | 180 | 0.77 | 0.93 |
| Hex | E0 | FB | FB | B | 0 | 0 | 2 | B4 | 4D | 5D |
| Octal | 340 | 373 | 373 | 13 | 0 | 0 | 2 | 264 | 115 | 135 |
| Binary | 11100000 | 11111011 | 11111011 | 1011 | 0 | 0 | 10 | 10110100 | 1001101 | 1011101 |
Color Harmonies of #E0FBFB
Complementary color
Monochromatic Colors of #E0FBFB
Black with #E0FBFB
Text Example
Text Example
White with #E0FBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FBFB; }
p { color: rgb(224,251,251); }
H1.HeaderClassName
{
color: #E0FBFB;
}
.AnyTagClassName
{
color: #E0FBFB;
}
</style>
background-color css
<style>
a { background-color: #E0FBFB; }
a { background-color: rgb(224,251,251); }
div.DivClassName
{
background-color: #E0FBFB;
}
.BgClassName
{
background-color: #E0FBFB;
}
</style>
border-color css
<style>
span { border-color: #E0FBFB; }
span { border-color: rgb(224,251,251); }
td.TdClassName
{
border-color: #E0FBFB;
}
.TagClassName
{
border-color: #E0FBFB;
}
</style>