Shades of Light Cyan #E1F9FE
Tints of Light Cyan #E1F9FE
RGB
CMYK
RGB Variations
Color information
#E1F9FE (or 0xE1F9FE) is known color: Light Cyan. HEX triplet: E1, F9 and FE. RGB value is (225,249,254). Sum of RGB (Red+Green+Blue) = 225+249+254=728 (96% of max value = 765). Red value is 225 (88.28% from 255 or 30.91% from 728); Green value is 249 (97.66% from 255 or 34.20% from 728); Blue value is 254 (99.61% from 255 or 34.89% from 728); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1F9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F9FE is #1E0601. Grayscale: #F2F2F2. Windows color (decimal): -1967618 or 16710113. OLE color: 16710113.
HSL color Cylindrical-coordinate representation of color #E1F9FE: hue angle of 190.34º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1F9FE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 249 | 254 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.00 |
| HSL | 190.34º | 0.94% | 0.94% | - |
| HSV(B) | 190.34º | 0.11% | 1% | - |
| XYZ | 82.82 | 90.91 | 106.95 | - |
| YUV | 242.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 249 | 254 | 0.11 | 0.02 | 0 | 0.00 | 190.34 | 0.94 | 0.94 |
| Hex | E1 | F9 | FE | B | 2 | 0 | 0 | BE | 5E | 5E |
| Octal | 341 | 371 | 376 | 13 | 2 | 0 | 0 | 276 | 136 | 136 |
| Binary | 11100001 | 11111001 | 11111110 | 1011 | 10 | 0 | 0 | 10111110 | 1011110 | 1011110 |
Color Harmonies of #E1F9FE
Complementary color
Monochromatic Colors of #E1F9FE
Black with #E1F9FE
Text Example
Text Example
White with #E1F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F9FE; }
p { color: rgb(225,249,254); }
H1.HeaderClassName
{
color: #E1F9FE;
}
.AnyTagClassName
{
color: #E1F9FE;
}
</style>
background-color css
<style>
a { background-color: #E1F9FE; }
a { background-color: rgb(225,249,254); }
div.DivClassName
{
background-color: #E1F9FE;
}
.BgClassName
{
background-color: #E1F9FE;
}
</style>
border-color css
<style>
span { border-color: #E1F9FE; }
span { border-color: rgb(225,249,254); }
td.TdClassName
{
border-color: #E1F9FE;
}
.TagClassName
{
border-color: #E1F9FE;
}
</style>