Shades of Clear Day #EAFBF6
Tints of Clear Day #EAFBF6
RGB
CMYK
RGB Variations
Color information
#EAFBF6 (or 0xEAFBF6) is known color: Clear Day. HEX triplet: EA, FB and F6. RGB value is (234,251,246). Sum of RGB (Red+Green+Blue) = 234+251+246=731 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.01% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 246 (96.48% from 255 or 33.65% from 731); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBF6 is #150409. Grayscale: #F5F5F5. Windows color (decimal): -1377290 or 16186346. OLE color: 16186346.
HSL color Cylindrical-coordinate representation of color #EAFBF6: hue angle of 162.35º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAFBF6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 251 | 246 | - |
CMYK | 0.07 | 0 | 0.02 | 0.02 |
HSL | 162.35º | 0.68% | 0.95% | - |
HSV(B) | 162.35º | 0.07% | 0.98% | - |
XYZ | 85.06 | 93.14 | 100.68 | - |
YUV | 245.35 | 128.37 | 119.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 251 | 246 | 0.07 | 0 | 0.02 | 0.02 | 162.35 | 0.68 | 0.95 |
Hex | EA | FB | F6 | 7 | 0 | 2 | 2 | A2 | 44 | 5F |
Octal | 352 | 373 | 366 | 7 | 0 | 2 | 2 | 242 | 104 | 137 |
Binary | 11101010 | 11111011 | 11110110 | 111 | 0 | 10 | 10 | 10100010 | 1000100 | 1011111 |
Color Harmonies of #EAFBF6
Complementary color
Monochromatic Colors of #EAFBF6
Black with #EAFBF6
Text Example
Text Example
White with #EAFBF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFBF6; }
p { color: rgb(234,251,246); }
H1.HeaderClassName
{
color: #EAFBF6;
}
.AnyTagClassName
{
color: #EAFBF6;
}
</style>
background-color css
<style>
a { background-color: #EAFBF6; }
a { background-color: rgb(234,251,246); }
div.DivClassName
{
background-color: #EAFBF6;
}
.BgClassName
{
background-color: #EAFBF6;
}
</style>
border-color css
<style>
span { border-color: #EAFBF6; }
span { border-color: rgb(234,251,246); }
td.TdClassName
{
border-color: #EAFBF6;
}
.TagClassName
{
border-color: #EAFBF6;
}
</style>