Shades of Light Cyan #E1F9F5
Tints of Light Cyan #E1F9F5
RGB
CMYK
RGB Variations
Color information
#E1F9F5 (or 0xE1F9F5) is known color: Light Cyan. HEX triplet: E1, F9 and F5. RGB value is (225,249,245). Sum of RGB (Red+Green+Blue) = 225+249+245=719 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.29% from 719); Green value is 249 (97.66% from 255 or 34.63% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F9F5 is #1E060A. Grayscale: #F1F1F1. Windows color (decimal): -1967627 or 16120289. OLE color: 16120289.
HSL color Cylindrical-coordinate representation of color #E1F9F5: hue angle of 170º degrees, saturation: 0.67, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1F9F5 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 225 | 249 | 245 | - |
CMYK | 0.10 | 0 | 0.02 | 0.02 |
HSL | 170º | 0.67% | 0.93% | - |
HSV(B) | 170º | 0.1% | 0.98% | - |
XYZ | 81.41 | 90.35 | 99.54 | - |
YUV | 241.37 | 130.05 | 116.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 249 | 245 | 0.10 | 0 | 0.02 | 0.02 | 170 | 0.67 | 0.93 |
Hex | E1 | F9 | F5 | A | 0 | 2 | 2 | AA | 43 | 5D |
Octal | 341 | 371 | 365 | 12 | 0 | 2 | 2 | 252 | 103 | 135 |
Binary | 11100001 | 11111001 | 11110101 | 1010 | 0 | 10 | 10 | 10101010 | 1000011 | 1011101 |
Color Harmonies of #E1F9F5
Complementary color
Monochromatic Colors of #E1F9F5
Black with #E1F9F5
Text Example
Text Example
White with #E1F9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F9F5; }
p { color: rgb(225,249,245); }
H1.HeaderClassName
{
color: #E1F9F5;
}
.AnyTagClassName
{
color: #E1F9F5;
}
</style>
background-color css
<style>
a { background-color: #E1F9F5; }
a { background-color: rgb(225,249,245); }
div.DivClassName
{
background-color: #E1F9F5;
}
.BgClassName
{
background-color: #E1F9F5;
}
</style>
border-color css
<style>
span { border-color: #E1F9F5; }
span { border-color: rgb(225,249,245); }
td.TdClassName
{
border-color: #E1F9F5;
}
.TagClassName
{
border-color: #E1F9F5;
}
</style>