Shades of Azure #EAF3F4
Tints of Azure #EAF3F4
RGB
CMYK
RGB Variations
Color information
#EAF3F4 (or 0xEAF3F4) is known color: Azure. HEX triplet: EA, F3 and F4. RGB value is (234,243,244). Sum of RGB (Red+Green+Blue) = 234+243+244=721 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.45% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 244 (95.70% from 255 or 33.84% from 721); Max value from RGB is 244 - color contains mainly: blue. Hex color #EAF3F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3F4 is #150C0B. Grayscale: #F0F0F0. Windows color (decimal): -1379340 or 16053226. OLE color: 16053226.
HSL color Cylindrical-coordinate representation of color #EAF3F4: hue angle of 186º 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 #EAF3F4 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 243 | 244 | - |
CMYK | 0.04 | 0.00 | 0 | 0.04 |
HSL | 186º | 0.31% | 0.94% | - |
HSV(B) | 186º | 0.04% | 0.96% | - |
XYZ | 82.31 | 88.13 | 98.26 | - |
YUV | 240.42 | 130.02 | 123.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 243 | 244 | 0.04 | 0.00 | 0 | 0.04 | 186 | 0.31 | 0.94 |
Hex | EA | F3 | F4 | 4 | 0 | 0 | 4 | BA | 1F | 5E |
Octal | 352 | 363 | 364 | 4 | 0 | 0 | 4 | 272 | 37 | 136 |
Binary | 11101010 | 11110011 | 11110100 | 100 | 0 | 0 | 100 | 10111010 | 11111 | 1011110 |
Color Harmonies of #EAF3F4
Complementary color
Monochromatic Colors of #EAF3F4
Black with #EAF3F4
Text Example
Text Example
White with #EAF3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3F4; }
p { color: rgb(234,243,244); }
H1.HeaderClassName
{
color: #EAF3F4;
}
.AnyTagClassName
{
color: #EAF3F4;
}
</style>
background-color css
<style>
a { background-color: #EAF3F4; }
a { background-color: rgb(234,243,244); }
div.DivClassName
{
background-color: #EAF3F4;
}
.BgClassName
{
background-color: #EAF3F4;
}
</style>
border-color css
<style>
span { border-color: #EAF3F4; }
span { border-color: rgb(234,243,244); }
td.TdClassName
{
border-color: #EAF3F4;
}
.TagClassName
{
border-color: #EAF3F4;
}
</style>