Shades of Azure #EAFDFC
Tints of Azure #EAFDFC
RGB
CMYK
RGB Variations
Color information
#EAFDFC (or 0xEAFDFC) is known color: Azure. HEX triplet: EA, FD and FC. RGB value is (234,253,252). Sum of RGB (Red+Green+Blue) = 234+253+252=739 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.66% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDFC is #150203. Grayscale: #F7F7F7. Windows color (decimal): -1376772 or 16580074. OLE color: 16580074.
HSL color Cylindrical-coordinate representation of color #EAFDFC: hue angle of 176.84º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFDFC is Cyan = 0.08, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 252 | - |
CMYK | 0.08 | 0 | 0.00 | 0.01 |
HSL | 176.84º | 0.83% | 0.95% | - |
HSV(B) | 176.84º | 0.08% | 0.99% | - |
XYZ | 86.63 | 94.77 | 105.82 | - |
YUV | 247.21 | 130.71 | 118.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 252 | 0.08 | 0 | 0.00 | 0.01 | 176.84 | 0.83 | 0.95 |
Hex | EA | FD | FC | 8 | 0 | 0 | 1 | B1 | 53 | 5F |
Octal | 352 | 375 | 374 | 10 | 0 | 0 | 1 | 261 | 123 | 137 |
Binary | 11101010 | 11111101 | 11111100 | 1000 | 0 | 0 | 1 | 10110001 | 1010011 | 1011111 |
Color Harmonies of #EAFDFC
Complementary color
Monochromatic Colors of #EAFDFC
Black with #EAFDFC
Text Example
Text Example
White with #EAFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDFC; }
p { color: rgb(234,253,252); }
H1.HeaderClassName
{
color: #EAFDFC;
}
.AnyTagClassName
{
color: #EAFDFC;
}
</style>
background-color css
<style>
a { background-color: #EAFDFC; }
a { background-color: rgb(234,253,252); }
div.DivClassName
{
background-color: #EAFDFC;
}
.BgClassName
{
background-color: #EAFDFC;
}
</style>
border-color css
<style>
span { border-color: #EAFDFC; }
span { border-color: rgb(234,253,252); }
td.TdClassName
{
border-color: #EAFDFC;
}
.TagClassName
{
border-color: #EAFDFC;
}
</style>