Shades of Light Cyan #E2F7FD
Tints of Light Cyan #E2F7FD
RGB
CMYK
RGB Variations
Color information
#E2F7FD (or 0xE2F7FD) is known color: Light Cyan. HEX triplet: E2, F7 and FD. RGB value is (226,247,253). Sum of RGB (Red+Green+Blue) = 226+247+253=726 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.13% from 726); Green value is 247 (96.88% from 255 or 34.02% from 726); Blue value is 253 (99.22% from 255 or 34.85% from 726); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2F7FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F7FD is #1D0802. Grayscale: #F1F1F1. Windows color (decimal): -1902595 or 16644066. OLE color: 16644066.
HSL color Cylindrical-coordinate representation of color #E2F7FD: hue angle of 193.33º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2F7FD is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 247 | 253 | - |
CMYK | 0.11 | 0.02 | 0 | 0.01 |
HSL | 193.33º | 0.87% | 0.94% | - |
HSV(B) | 193.33º | 0.11% | 0.99% | - |
XYZ | 82.35 | 89.78 | 105.92 | - |
YUV | 241.41 | 134.54 | 117.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 247 | 253 | 0.11 | 0.02 | 0 | 0.01 | 193.33 | 0.87 | 0.94 |
Hex | E2 | F7 | FD | B | 2 | 0 | 1 | C1 | 57 | 5E |
Octal | 342 | 367 | 375 | 13 | 2 | 0 | 1 | 301 | 127 | 136 |
Binary | 11100010 | 11110111 | 11111101 | 1011 | 10 | 0 | 1 | 11000001 | 1010111 | 1011110 |
Color Harmonies of #E2F7FD
Complementary color
Monochromatic Colors of #E2F7FD
Black with #E2F7FD
Text Example
Text Example
White with #E2F7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F7FD; }
p { color: rgb(226,247,253); }
H1.HeaderClassName
{
color: #E2F7FD;
}
.AnyTagClassName
{
color: #E2F7FD;
}
</style>
background-color css
<style>
a { background-color: #E2F7FD; }
a { background-color: rgb(226,247,253); }
div.DivClassName
{
background-color: #E2F7FD;
}
.BgClassName
{
background-color: #E2F7FD;
}
</style>
border-color css
<style>
span { border-color: #E2F7FD; }
span { border-color: rgb(226,247,253); }
td.TdClassName
{
border-color: #E2F7FD;
}
.TagClassName
{
border-color: #E2F7FD;
}
</style>