Shades of Azure #EAFCFD
Tints of Azure #EAFCFD
RGB
CMYK
RGB Variations
Color information
#EAFCFD (or 0xEAFCFD) is known color: Azure. HEX triplet: EA, FC and FD. RGB value is (234,252,253). Sum of RGB (Red+Green+Blue) = 234+252+253=739 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.66% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #EAFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFCFD is #150302. Grayscale: #F6F6F6. Windows color (decimal): -1377027 or 16645354. OLE color: 16645354.
HSL color Cylindrical-coordinate representation of color #EAFCFD: hue angle of 183.16º 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 #EAFCFD is Cyan = 0.08, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 234 | 252 | 253 | - |
CMYK | 0.08 | 0.00 | 0 | 0.01 |
HSL | 183.16º | 0.83% | 0.95% | - |
HSV(B) | 183.16º | 0.08% | 0.99% | - |
XYZ | 86.47 | 94.21 | 106.55 | - |
YUV | 246.73 | 131.54 | 118.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 252 | 253 | 0.08 | 0.00 | 0 | 0.01 | 183.16 | 0.83 | 0.95 |
Hex | EA | FC | FD | 8 | 0 | 0 | 1 | B7 | 53 | 5F |
Octal | 352 | 374 | 375 | 10 | 0 | 0 | 1 | 267 | 123 | 137 |
Binary | 11101010 | 11111100 | 11111101 | 1000 | 0 | 0 | 1 | 10110111 | 1010011 | 1011111 |
Color Harmonies of #EAFCFD
Complementary color
Monochromatic Colors of #EAFCFD
Black with #EAFCFD
Text Example
Text Example
White with #EAFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAFCFD; }
p { color: rgb(234,252,253); }
H1.HeaderClassName
{
color: #EAFCFD;
}
.AnyTagClassName
{
color: #EAFCFD;
}
</style>
background-color css
<style>
a { background-color: #EAFCFD; }
a { background-color: rgb(234,252,253); }
div.DivClassName
{
background-color: #EAFCFD;
}
.BgClassName
{
background-color: #EAFCFD;
}
</style>
border-color css
<style>
span { border-color: #EAFCFD; }
span { border-color: rgb(234,252,253); }
td.TdClassName
{
border-color: #EAFCFD;
}
.TagClassName
{
border-color: #EAFCFD;
}
</style>