Shades of Azure #EDFCFC
Tints of Azure #EDFCFC
RGB
CMYK
RGB Variations
Color information
#EDFCFC (or 0xEDFCFC) is known color: Azure. HEX triplet: ED, FC and FC. RGB value is (237,252,252). Sum of RGB (Red+Green+Blue) = 237+252+252=741 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.98% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 252 (98.83% from 255 or 34.01% from 741); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #EDFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCFC is #120303. Grayscale: #F7F7F7. Windows color (decimal): -1180420 or 16579821. OLE color: 16579821.
HSL color Cylindrical-coordinate representation of color #EDFCFC: hue angle of 180º degrees, saturation: 0.71, 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 #EDFCFC is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 252 | - |
CMYK | 0.06 | 0 | 0 | 0.01 |
HSL | 180º | 0.71% | 0.96% | - |
HSV(B) | 180º | 0.06% | 0.99% | - |
XYZ | 87.31 | 94.65 | 105.76 | - |
YUV | 247.52 | 130.53 | 120.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 252 | 0.06 | 0 | 0 | 0.01 | 180 | 0.71 | 0.96 |
Hex | ED | FC | FC | 6 | 0 | 0 | 1 | B4 | 47 | 60 |
Octal | 355 | 374 | 374 | 6 | 0 | 0 | 1 | 264 | 107 | 140 |
Binary | 11101101 | 11111100 | 11111100 | 110 | 0 | 0 | 1 | 10110100 | 1000111 | 1100000 |
Color Harmonies of #EDFCFC
Complementary color
Monochromatic Colors of #EDFCFC
Black with #EDFCFC
Text Example
Text Example
White with #EDFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCFC; }
p { color: rgb(237,252,252); }
H1.HeaderClassName
{
color: #EDFCFC;
}
.AnyTagClassName
{
color: #EDFCFC;
}
</style>
background-color css
<style>
a { background-color: #EDFCFC; }
a { background-color: rgb(237,252,252); }
div.DivClassName
{
background-color: #EDFCFC;
}
.BgClassName
{
background-color: #EDFCFC;
}
</style>
border-color css
<style>
span { border-color: #EDFCFC; }
span { border-color: rgb(237,252,252); }
td.TdClassName
{
border-color: #EDFCFC;
}
.TagClassName
{
border-color: #EDFCFC;
}
</style>