Shades of Light Cyan #E0F3F3
Tints of Light Cyan #E0F3F3
RGB
CMYK
RGB Variations
Color information
#E0F3F3 (or 0xE0F3F3) is known color: Light Cyan. HEX triplet: E0, F3 and F3. RGB value is (224,243,243). Sum of RGB (Red+Green+Blue) = 224+243+243=710 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.55% from 710); Green value is 243 (95.31% from 255 or 34.23% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 243 - color contains mainly: green, blue. Hex color #E0F3F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F3F3 is #1F0C0C. Grayscale: #EDEDED. Windows color (decimal): -2034701 or 15987680. OLE color: 15987680.
HSL color Cylindrical-coordinate representation of color #E0F3F3: hue angle of 180º 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 #E0F3F3 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 243 | 243 | - |
| CMYK | 0.08 | 0 | 0 | 0.05 |
| HSL | 180º | 0.44% | 0.92% | - |
| HSV(B) | 180º | 0.08% | 0.95% | - |
| XYZ | 78.97 | 86.42 | 97.31 | - |
| YUV | 237.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 243 | 243 | 0.08 | 0 | 0 | 0.05 | 180 | 0.44 | 0.92 |
| Hex | E0 | F3 | F3 | 8 | 0 | 0 | 5 | B4 | 2C | 5C |
| Octal | 340 | 363 | 363 | 10 | 0 | 0 | 5 | 264 | 54 | 134 |
| Binary | 11100000 | 11110011 | 11110011 | 1000 | 0 | 0 | 101 | 10110100 | 101100 | 1011100 |
Color Harmonies of #E0F3F3
Complementary color
Monochromatic Colors of #E0F3F3
Black with #E0F3F3
Text Example
Text Example
White with #E0F3F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F3F3; }
p { color: rgb(224,243,243); }
H1.HeaderClassName
{
color: #E0F3F3;
}
.AnyTagClassName
{
color: #E0F3F3;
}
</style>
background-color css
<style>
a { background-color: #E0F3F3; }
a { background-color: rgb(224,243,243); }
div.DivClassName
{
background-color: #E0F3F3;
}
.BgClassName
{
background-color: #E0F3F3;
}
</style>
border-color css
<style>
span { border-color: #E0F3F3; }
span { border-color: rgb(224,243,243); }
td.TdClassName
{
border-color: #E0F3F3;
}
.TagClassName
{
border-color: #E0F3F3;
}
</style>