Shades of Azure #EBFCFC
Tints of Azure #EBFCFC
RGB
CMYK
RGB Variations
Color information
#EBFCFC (or 0xEBFCFC) is known color: Azure. HEX triplet: EB, FC and FC. RGB value is (235,252,252). Sum of RGB (Red+Green+Blue) = 235+252+252=739 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.80% from 739); Green value is 252 (98.83% from 255 or 34.10% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #EBFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCFC is #140303. Grayscale: #F6F6F6. Windows color (decimal): -1311492 or 16579819. OLE color: 16579819.
HSL color Cylindrical-coordinate representation of color #EBFCFC: hue angle of 180º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFCFC is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 252 | - |
| CMYK | 0.07 | 0 | 0 | 0.01 |
| HSL | 180º | 0.74% | 0.95% | - |
| HSV(B) | 180º | 0.07% | 0.99% | - |
| XYZ | 86.64 | 94.31 | 105.73 | - |
| YUV | 246.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 252 | 0.07 | 0 | 0 | 0.01 | 180 | 0.74 | 0.95 |
| Hex | EB | FC | FC | 7 | 0 | 0 | 1 | B4 | 4A | 5F |
| Octal | 353 | 374 | 374 | 7 | 0 | 0 | 1 | 264 | 112 | 137 |
| Binary | 11101011 | 11111100 | 11111100 | 111 | 0 | 0 | 1 | 10110100 | 1001010 | 1011111 |
Color Harmonies of #EBFCFC
Complementary color
Monochromatic Colors of #EBFCFC
Black with #EBFCFC
Text Example
Text Example
White with #EBFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCFC; }
p { color: rgb(235,252,252); }
H1.HeaderClassName
{
color: #EBFCFC;
}
.AnyTagClassName
{
color: #EBFCFC;
}
</style>
background-color css
<style>
a { background-color: #EBFCFC; }
a { background-color: rgb(235,252,252); }
div.DivClassName
{
background-color: #EBFCFC;
}
.BgClassName
{
background-color: #EBFCFC;
}
</style>
border-color css
<style>
span { border-color: #EBFCFC; }
span { border-color: rgb(235,252,252); }
td.TdClassName
{
border-color: #EBFCFC;
}
.TagClassName
{
border-color: #EBFCFC;
}
</style>