Shades of Azure #EAFAFC
Tints of Azure #EAFAFC
RGB
CMYK
RGB Variations
Color information
#EAFAFC (or 0xEAFAFC) is known color: Azure. HEX triplet: EA, FA and FC. RGB value is (234,250,252). Sum of RGB (Red+Green+Blue) = 234+250+252=736 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.79% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 252 (98.83% from 255 or 34.24% from 736); Max value from RGB is 252 - color contains mainly: blue. Hex color #EAFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAFC is #150503. Grayscale: #F5F5F5. Windows color (decimal): -1377540 or 16579306. OLE color: 16579306.
HSL color Cylindrical-coordinate representation of color #EAFAFC: hue angle of 186.67º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAFAFC is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 250 | 252 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.01 |
| HSL | 186.67º | 0.75% | 0.95% | - |
| HSV(B) | 186.67º | 0.07% | 0.99% | - |
| XYZ | 85.69 | 92.89 | 105.51 | - |
| YUV | 245.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 250 | 252 | 0.07 | 0.01 | 0 | 0.01 | 186.67 | 0.75 | 0.95 |
| Hex | EA | FA | FC | 7 | 1 | 0 | 1 | BB | 4B | 5F |
| Octal | 352 | 372 | 374 | 7 | 1 | 0 | 1 | 273 | 113 | 137 |
| Binary | 11101010 | 11111010 | 11111100 | 111 | 1 | 0 | 1 | 10111011 | 1001011 | 1011111 |
Color Harmonies of #EAFAFC
Complementary color
Monochromatic Colors of #EAFAFC
Black with #EAFAFC
Text Example
Text Example
White with #EAFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFAFC; }
p { color: rgb(234,250,252); }
H1.HeaderClassName
{
color: #EAFAFC;
}
.AnyTagClassName
{
color: #EAFAFC;
}
</style>
background-color css
<style>
a { background-color: #EAFAFC; }
a { background-color: rgb(234,250,252); }
div.DivClassName
{
background-color: #EAFAFC;
}
.BgClassName
{
background-color: #EAFAFC;
}
</style>
border-color css
<style>
span { border-color: #EAFAFC; }
span { border-color: rgb(234,250,252); }
td.TdClassName
{
border-color: #EAFAFC;
}
.TagClassName
{
border-color: #EAFAFC;
}
</style>