Shades of Azure #EAF8FA
Tints of Azure #EAF8FA
RGB
CMYK
RGB Variations
Color information
#EAF8FA (or 0xEAF8FA) is known color: Azure. HEX triplet: EA, F8 and FA. RGB value is (234,248,250). Sum of RGB (Red+Green+Blue) = 234+248+250=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 248 (97.27% from 255 or 33.88% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8FA is #150705. Grayscale: #F4F4F4. Windows color (decimal): -1378054 or 16447722. OLE color: 16447722.
HSL color Cylindrical-coordinate representation of color #EAF8FA: hue angle of 187.5º degrees, saturation: 0.62, 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 #EAF8FA is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 234 | 248 | 250 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.02 |
| HSL | 187.5º | 0.62% | 0.95% | - |
| HSV(B) | 187.5º | 0.06% | 0.98% | - |
| XYZ | 84.75 | 91.53 | 103.64 | - |
| YUV | 244.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 248 | 250 | 0.06 | 0.01 | 0 | 0.02 | 187.5 | 0.62 | 0.95 |
| Hex | EA | F8 | FA | 6 | 1 | 0 | 2 | BC | 3E | 5F |
| Octal | 352 | 370 | 372 | 6 | 1 | 0 | 2 | 274 | 76 | 137 |
| Binary | 11101010 | 11111000 | 11111010 | 110 | 1 | 0 | 10 | 10111100 | 111110 | 1011111 |
Color Harmonies of #EAF8FA
Complementary color
Monochromatic Colors of #EAF8FA
Black with #EAF8FA
Text Example
Text Example
White with #EAF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF8FA; }
p { color: rgb(234,248,250); }
H1.HeaderClassName
{
color: #EAF8FA;
}
.AnyTagClassName
{
color: #EAF8FA;
}
</style>
background-color css
<style>
a { background-color: #EAF8FA; }
a { background-color: rgb(234,248,250); }
div.DivClassName
{
background-color: #EAF8FA;
}
.BgClassName
{
background-color: #EAF8FA;
}
</style>
border-color css
<style>
span { border-color: #EAF8FA; }
span { border-color: rgb(234,248,250); }
td.TdClassName
{
border-color: #EAF8FA;
}
.TagClassName
{
border-color: #EAF8FA;
}
</style>