Shades of Azure #EAFDFF
Tints of Azure #EAFDFF
RGB
CMYK
RGB Variations
Color information
#EAFDFF (or 0xEAFDFF) is known color: Azure. HEX triplet: EA, FD and FF. RGB value is (234,253,255). Sum of RGB (Red+Green+Blue) = 234+253+255=742 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.54% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDFF is #150200. Grayscale: #F7F7F7. Windows color (decimal): -1376769 or 16776682. OLE color: 16776682.
HSL color Cylindrical-coordinate representation of color #EAFDFF: hue angle of 185.71º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFDFF is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 234 | 253 | 255 | - |
CMYK | 0.08 | 0.01 | 0 | 0 |
HSL | 185.71º | 1% | 0.96% | - |
HSV(B) | 185.71º | 0.08% | 1% | - |
XYZ | 87.11 | 94.96 | 108.35 | - |
YUV | 247.55 | 132.21 | 118.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 255 | 0.08 | 0.01 | 0 | 0 | 185.71 | 1 | 0.96 |
Hex | EA | FD | FF | 8 | 1 | 0 | 0 | BA | 64 | 60 |
Octal | 352 | 375 | 377 | 10 | 1 | 0 | 0 | 272 | 144 | 140 |
Binary | 11101010 | 11111101 | 11111111 | 1000 | 1 | 0 | 0 | 10111010 | 1100100 | 1100000 |
Color Harmonies of #EAFDFF
Complementary color
Monochromatic Colors of #EAFDFF
Black with #EAFDFF
Text Example
Text Example
White with #EAFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDFF; }
p { color: rgb(234,253,255); }
H1.HeaderClassName
{
color: #EAFDFF;
}
.AnyTagClassName
{
color: #EAFDFF;
}
</style>
background-color css
<style>
a { background-color: #EAFDFF; }
a { background-color: rgb(234,253,255); }
div.DivClassName
{
background-color: #EAFDFF;
}
.BgClassName
{
background-color: #EAFDFF;
}
</style>
border-color css
<style>
span { border-color: #EAFDFF; }
span { border-color: rgb(234,253,255); }
td.TdClassName
{
border-color: #EAFDFF;
}
.TagClassName
{
border-color: #EAFDFF;
}
</style>