Shades of Light Cyan #E2FBFE
Tints of Light Cyan #E2FBFE
RGB
CMYK
RGB Variations
Color information
#E2FBFE (or 0xE2FBFE) is known color: Light Cyan. HEX triplet: E2, FB and FE. RGB value is (226,251,254). Sum of RGB (Red+Green+Blue) = 226+251+254=731 (96% of max value = 765). Red value is 226 (88.67% from 255 or 30.92% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2FBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FBFE is #1D0401. Grayscale: #F3F3F3. Windows color (decimal): -1901570 or 16710626. OLE color: 16710626.
HSL color Cylindrical-coordinate representation of color #E2FBFE: hue angle of 186.43º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FBFE is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 226 | 251 | 254 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.00 |
| HSL | 186.43º | 0.93% | 0.94% | - |
| HSV(B) | 186.43º | 0.11% | 1% | - |
| XYZ | 83.75 | 92.32 | 107.17 | - |
| YUV | 243.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 254 | 0.11 | 0.01 | 0 | 0.00 | 186.43 | 0.93 | 0.94 |
| Hex | E2 | FB | FE | B | 1 | 0 | 0 | BA | 5D | 5E |
| Octal | 342 | 373 | 376 | 13 | 1 | 0 | 0 | 272 | 135 | 136 |
| Binary | 11100010 | 11111011 | 11111110 | 1011 | 1 | 0 | 0 | 10111010 | 1011101 | 1011110 |
Color Harmonies of #E2FBFE
Complementary color
Monochromatic Colors of #E2FBFE
Black with #E2FBFE
Text Example
Text Example
White with #E2FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBFE; }
p { color: rgb(226,251,254); }
H1.HeaderClassName
{
color: #E2FBFE;
}
.AnyTagClassName
{
color: #E2FBFE;
}
</style>
background-color css
<style>
a { background-color: #E2FBFE; }
a { background-color: rgb(226,251,254); }
div.DivClassName
{
background-color: #E2FBFE;
}
.BgClassName
{
background-color: #E2FBFE;
}
</style>
border-color css
<style>
span { border-color: #E2FBFE; }
span { border-color: rgb(226,251,254); }
td.TdClassName
{
border-color: #E2FBFE;
}
.TagClassName
{
border-color: #E2FBFE;
}
</style>