Shades of Azure #EEFCFD
Tints of Azure #EEFCFD
RGB
CMYK
RGB Variations
Color information
#EEFCFD (or 0xEEFCFD) is known color: Azure. HEX triplet: EE, FC and FD. RGB value is (238,252,253). Sum of RGB (Red+Green+Blue) = 238+252+253=743 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.03% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFCFD is #110302. Grayscale: #F7F7F7. Windows color (decimal): -1114883 or 16645358. OLE color: 16645358.
HSL color Cylindrical-coordinate representation of color #EEFCFD: hue angle of 184º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEFCFD is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 238 | 252 | 253 | - |
CMYK | 0.06 | 0.00 | 0 | 0.01 |
HSL | 184º | 0.79% | 0.96% | - |
HSV(B) | 184º | 0.06% | 0.99% | - |
XYZ | 87.8 | 94.89 | 106.62 | - |
YUV | 247.93 | 130.86 | 120.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 252 | 253 | 0.06 | 0.00 | 0 | 0.01 | 184 | 0.79 | 0.96 |
Hex | EE | FC | FD | 6 | 0 | 0 | 1 | B8 | 4F | 60 |
Octal | 356 | 374 | 375 | 6 | 0 | 0 | 1 | 270 | 117 | 140 |
Binary | 11101110 | 11111100 | 11111101 | 110 | 0 | 0 | 1 | 10111000 | 1001111 | 1100000 |
Color Harmonies of #EEFCFD
Complementary color
Monochromatic Colors of #EEFCFD
Black with #EEFCFD
Text Example
Text Example
White with #EEFCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFCFD; }
p { color: rgb(238,252,253); }
H1.HeaderClassName
{
color: #EEFCFD;
}
.AnyTagClassName
{
color: #EEFCFD;
}
</style>
background-color css
<style>
a { background-color: #EEFCFD; }
a { background-color: rgb(238,252,253); }
div.DivClassName
{
background-color: #EEFCFD;
}
.BgClassName
{
background-color: #EEFCFD;
}
</style>
border-color css
<style>
span { border-color: #EEFCFD; }
span { border-color: rgb(238,252,253); }
td.TdClassName
{
border-color: #EEFCFD;
}
.TagClassName
{
border-color: #EEFCFD;
}
</style>