Shades of Light Cyan #E0F2F3
Tints of Light Cyan #E0F2F3
RGB
CMYK
RGB Variations
Color information
#E0F2F3 (or 0xE0F2F3) is known color: Light Cyan. HEX triplet: E0, F2 and F3. RGB value is (224,242,243). Sum of RGB (Red+Green+Blue) = 224+242+243=709 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.59% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 243 (95.31% from 255 or 34.27% from 709); Max value from RGB is 243 - color contains mainly: blue. Hex color #E0F2F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F2F3 is #1F0D0C. Grayscale: #ECECEC. Windows color (decimal): -2034957 or 15987424. OLE color: 15987424.
HSL color Cylindrical-coordinate representation of color #E0F2F3: hue angle of 183.16º degrees, saturation: 0.44, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E0F2F3 is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 243 | - |
| CMYK | 0.08 | 0.00 | 0 | 0.05 |
| HSL | 183.16º | 0.44% | 0.92% | - |
| HSV(B) | 183.16º | 0.08% | 0.95% | - |
| XYZ | 78.67 | 85.82 | 97.21 | - |
| YUV | 236.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 243 | 0.08 | 0.00 | 0 | 0.05 | 183.16 | 0.44 | 0.92 |
| Hex | E0 | F2 | F3 | 8 | 0 | 0 | 5 | B7 | 2C | 5C |
| Octal | 340 | 362 | 363 | 10 | 0 | 0 | 5 | 267 | 54 | 134 |
| Binary | 11100000 | 11110010 | 11110011 | 1000 | 0 | 0 | 101 | 10110111 | 101100 | 1011100 |
Color Harmonies of #E0F2F3
Complementary color
Monochromatic Colors of #E0F2F3
Black with #E0F2F3
Text Example
Text Example
White with #E0F2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F2F3; }
p { color: rgb(224,242,243); }
H1.HeaderClassName
{
color: #E0F2F3;
}
.AnyTagClassName
{
color: #E0F2F3;
}
</style>
background-color css
<style>
a { background-color: #E0F2F3; }
a { background-color: rgb(224,242,243); }
div.DivClassName
{
background-color: #E0F2F3;
}
.BgClassName
{
background-color: #E0F2F3;
}
</style>
border-color css
<style>
span { border-color: #E0F2F3; }
span { border-color: rgb(224,242,243); }
td.TdClassName
{
border-color: #E0F2F3;
}
.TagClassName
{
border-color: #E0F2F3;
}
</style>