Shades of Light Cyan #E2FBFD
Tints of Light Cyan #E2FBFD
RGB
CMYK
RGB Variations
Color information
#E2FBFD (or 0xE2FBFD) is known color: Light Cyan. HEX triplet: E2, FB and FD. RGB value is (226,251,253). Sum of RGB (Red+Green+Blue) = 226+251+253=730 (96% of max value = 765). Red value is 226 (88.67% from 255 or 30.96% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 253 (99.22% from 255 or 34.66% from 730); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2FBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FBFD is #1D0402. Grayscale: #F3F3F3. Windows color (decimal): -1901571 or 16645090. OLE color: 16645090.
HSL color Cylindrical-coordinate representation of color #E2FBFD: hue angle of 184.44º 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 #E2FBFD is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 251 | 253 | - |
CMYK | 0.11 | 0.01 | 0 | 0.01 |
HSL | 184.44º | 0.87% | 0.94% | - |
HSV(B) | 184.44º | 0.11% | 0.99% | - |
XYZ | 83.59 | 92.25 | 106.33 | - |
YUV | 243.75 | 133.22 | 115.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 251 | 253 | 0.11 | 0.01 | 0 | 0.01 | 184.44 | 0.87 | 0.94 |
Hex | E2 | FB | FD | B | 1 | 0 | 1 | B8 | 57 | 5E |
Octal | 342 | 373 | 375 | 13 | 1 | 0 | 1 | 270 | 127 | 136 |
Binary | 11100010 | 11111011 | 11111101 | 1011 | 1 | 0 | 1 | 10111000 | 1010111 | 1011110 |
Color Harmonies of #E2FBFD
Complementary color
Monochromatic Colors of #E2FBFD
Black with #E2FBFD
Text Example
Text Example
White with #E2FBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBFD; }
p { color: rgb(226,251,253); }
H1.HeaderClassName
{
color: #E2FBFD;
}
.AnyTagClassName
{
color: #E2FBFD;
}
</style>
background-color css
<style>
a { background-color: #E2FBFD; }
a { background-color: rgb(226,251,253); }
div.DivClassName
{
background-color: #E2FBFD;
}
.BgClassName
{
background-color: #E2FBFD;
}
</style>
border-color css
<style>
span { border-color: #E2FBFD; }
span { border-color: rgb(226,251,253); }
td.TdClassName
{
border-color: #E2FBFD;
}
.TagClassName
{
border-color: #E2FBFD;
}
</style>