Shades of Azure #EAF2F3
Tints of Azure #EAF2F3
RGB
CMYK
RGB Variations
Color information
#EAF2F3 (or 0xEAF2F3) is known color: Azure. HEX triplet: EA, F2 and F3. RGB value is (234,242,243). Sum of RGB (Red+Green+Blue) = 234+242+243=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 242 (94.92% from 255 or 33.66% from 719); Blue value is 243 (95.31% from 255 or 33.80% from 719); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAF2F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2F3 is #150D0C. Grayscale: #EFEFEF. Windows color (decimal): -1379597 or 15987434. OLE color: 15987434.
HSL color Cylindrical-coordinate representation of color #EAF2F3: hue angle of 186.67º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF2F3 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 242 | 243 | - |
CMYK | 0.04 | 0.00 | 0 | 0.05 |
HSL | 186.67º | 0.27% | 0.94% | - |
HSV(B) | 186.67º | 0.04% | 0.95% | - |
XYZ | 81.86 | 87.47 | 97.36 | - |
YUV | 239.72 | 129.85 | 123.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 242 | 243 | 0.04 | 0.00 | 0 | 0.05 | 186.67 | 0.27 | 0.94 |
Hex | EA | F2 | F3 | 4 | 0 | 0 | 5 | BB | 1B | 5E |
Octal | 352 | 362 | 363 | 4 | 0 | 0 | 5 | 273 | 33 | 136 |
Binary | 11101010 | 11110010 | 11110011 | 100 | 0 | 0 | 101 | 10111011 | 11011 | 1011110 |
Color Harmonies of #EAF2F3
Complementary color
Monochromatic Colors of #EAF2F3
Black with #EAF2F3
Text Example
Text Example
White with #EAF2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2F3; }
p { color: rgb(234,242,243); }
H1.HeaderClassName
{
color: #EAF2F3;
}
.AnyTagClassName
{
color: #EAF2F3;
}
</style>
background-color css
<style>
a { background-color: #EAF2F3; }
a { background-color: rgb(234,242,243); }
div.DivClassName
{
background-color: #EAF2F3;
}
.BgClassName
{
background-color: #EAF2F3;
}
</style>
border-color css
<style>
span { border-color: #EAF2F3; }
span { border-color: rgb(234,242,243); }
td.TdClassName
{
border-color: #EAF2F3;
}
.TagClassName
{
border-color: #EAF2F3;
}
</style>