Shades of Azure #EAFDFD
Tints of Azure #EAFDFD
RGB
CMYK
RGB Variations
Color information
#EAFDFD (or 0xEAFDFD) is known color: Azure. HEX triplet: EA, FD and FD. RGB value is (234,253,253). Sum of RGB (Red+Green+Blue) = 234+253+253=740 (98% of max value = 765). Red value is 234 (91.80% from 255 or 31.62% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 253 (99.22% from 255 or 34.19% from 740); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #EAFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFDFD is #150202. Grayscale: #F7F7F7. Windows color (decimal): -1376771 or 16645610. OLE color: 16645610.
HSL color Cylindrical-coordinate representation of color #EAFDFD: hue angle of 180º 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 #EAFDFD is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 253 | 253 | - |
CMYK | 0.08 | 0 | 0 | 0.01 |
HSL | 180º | 0.83% | 0.95% | - |
HSV(B) | 180º | 0.08% | 0.99% | - |
XYZ | 86.79 | 94.83 | 106.66 | - |
YUV | 247.32 | 131.21 | 118.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 253 | 253 | 0.08 | 0 | 0 | 0.01 | 180 | 0.83 | 0.95 |
Hex | EA | FD | FD | 8 | 0 | 0 | 1 | B4 | 53 | 5F |
Octal | 352 | 375 | 375 | 10 | 0 | 0 | 1 | 264 | 123 | 137 |
Binary | 11101010 | 11111101 | 11111101 | 1000 | 0 | 0 | 1 | 10110100 | 1010011 | 1011111 |
Color Harmonies of #EAFDFD
Complementary color
Monochromatic Colors of #EAFDFD
Black with #EAFDFD
Text Example
Text Example
White with #EAFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFDFD; }
p { color: rgb(234,253,253); }
H1.HeaderClassName
{
color: #EAFDFD;
}
.AnyTagClassName
{
color: #EAFDFD;
}
</style>
background-color css
<style>
a { background-color: #EAFDFD; }
a { background-color: rgb(234,253,253); }
div.DivClassName
{
background-color: #EAFDFD;
}
.BgClassName
{
background-color: #EAFDFD;
}
</style>
border-color css
<style>
span { border-color: #EAFDFD; }
span { border-color: rgb(234,253,253); }
td.TdClassName
{
border-color: #EAFDFD;
}
.TagClassName
{
border-color: #EAFDFD;
}
</style>