Shades of Azure #EAF8F9
Tints of Azure #EAF8F9
RGB
CMYK
RGB Variations
Color information
#EAF8F9 (or 0xEAF8F9) is known color: Azure. HEX triplet: EA, F8 and F9. RGB value is (234,248,249). Sum of RGB (Red+Green+Blue) = 234+248+249=731 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.01% from 731); Green value is 248 (97.27% from 255 or 33.93% from 731); Blue value is 249 (97.66% from 255 or 34.06% from 731); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAF8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8F9 is #150706. Grayscale: #F3F3F3. Windows color (decimal): -1378055 or 16382186. OLE color: 16382186.
HSL color Cylindrical-coordinate representation of color #EAF8F9: hue angle of 184º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF8F9 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 248 | 249 | - |
CMYK | 0.06 | 0.00 | 0 | 0.02 |
HSL | 184º | 0.56% | 0.95% | - |
HSV(B) | 184º | 0.06% | 0.98% | - |
XYZ | 84.6 | 91.47 | 102.82 | - |
YUV | 243.93 | 130.86 | 120.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 248 | 249 | 0.06 | 0.00 | 0 | 0.02 | 184 | 0.56 | 0.95 |
Hex | EA | F8 | F9 | 6 | 0 | 0 | 2 | B8 | 38 | 5F |
Octal | 352 | 370 | 371 | 6 | 0 | 0 | 2 | 270 | 70 | 137 |
Binary | 11101010 | 11111000 | 11111001 | 110 | 0 | 0 | 10 | 10111000 | 111000 | 1011111 |
Color Harmonies of #EAF8F9
Complementary color
Monochromatic Colors of #EAF8F9
Black with #EAF8F9
Text Example
Text Example
White with #EAF8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8F9; }
p { color: rgb(234,248,249); }
H1.HeaderClassName
{
color: #EAF8F9;
}
.AnyTagClassName
{
color: #EAF8F9;
}
</style>
background-color css
<style>
a { background-color: #EAF8F9; }
a { background-color: rgb(234,248,249); }
div.DivClassName
{
background-color: #EAF8F9;
}
.BgClassName
{
background-color: #EAF8F9;
}
</style>
border-color css
<style>
span { border-color: #EAF8F9; }
span { border-color: rgb(234,248,249); }
td.TdClassName
{
border-color: #EAF8F9;
}
.TagClassName
{
border-color: #EAF8F9;
}
</style>