Shades of Azure #EAF4F4
Tints of Azure #EAF4F4
RGB
CMYK
RGB Variations
Color information
#EAF4F4 (or 0xEAF4F4) is known color: Azure. HEX triplet: EA, F4 and F4. RGB value is (234,244,244). Sum of RGB (Red+Green+Blue) = 234+244+244=722 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.41% from 722); Green value is 244 (95.70% from 255 or 33.80% from 722); Blue value is 244 (95.70% from 255 or 33.80% from 722); Max value from RGB is 244 - color contains mainly: green, blue. Hex color #EAF4F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4F4 is #150B0B. Grayscale: #F0F0F0. Windows color (decimal): -1379084 or 16053482. OLE color: 16053482.
HSL color Cylindrical-coordinate representation of color #EAF4F4: hue angle of 180º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF4F4 is Cyan = 0.04, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 244 | 244 | - |
CMYK | 0.04 | 0 | 0 | 0.04 |
HSL | 180º | 0.31% | 0.94% | - |
HSV(B) | 180º | 0.04% | 0.96% | - |
XYZ | 82.61 | 88.73 | 98.36 | - |
YUV | 241.01 | 129.69 | 123 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 244 | 244 | 0.04 | 0 | 0 | 0.04 | 180 | 0.31 | 0.94 |
Hex | EA | F4 | F4 | 4 | 0 | 0 | 4 | B4 | 1F | 5E |
Octal | 352 | 364 | 364 | 4 | 0 | 0 | 4 | 264 | 37 | 136 |
Binary | 11101010 | 11110100 | 11110100 | 100 | 0 | 0 | 100 | 10110100 | 11111 | 1011110 |
Color Harmonies of #EAF4F4
Complementary color
Monochromatic Colors of #EAF4F4
Black with #EAF4F4
Text Example
Text Example
White with #EAF4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4F4; }
p { color: rgb(234,244,244); }
H1.HeaderClassName
{
color: #EAF4F4;
}
.AnyTagClassName
{
color: #EAF4F4;
}
</style>
background-color css
<style>
a { background-color: #EAF4F4; }
a { background-color: rgb(234,244,244); }
div.DivClassName
{
background-color: #EAF4F4;
}
.BgClassName
{
background-color: #EAF4F4;
}
</style>
border-color css
<style>
span { border-color: #EAF4F4; }
span { border-color: rgb(234,244,244); }
td.TdClassName
{
border-color: #EAF4F4;
}
.TagClassName
{
border-color: #EAF4F4;
}
</style>