Shades of Azure #EBFCF8
Tints of Azure #EBFCF8
RGB
CMYK
RGB Variations
Color information
#EBFCF8 (or 0xEBFCF8) is known color: Azure. HEX triplet: EB, FC and F8. RGB value is (235,252,248). Sum of RGB (Red+Green+Blue) = 235+252+248=735 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.97% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 248 (97.27% from 255 or 33.74% from 735); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCF8 is #140307. Grayscale: #F6F6F6. Windows color (decimal): -1311496 or 16317675. OLE color: 16317675.
HSL color Cylindrical-coordinate representation of color #EBFCF8: hue angle of 165.88º 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 #EBFCF8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 235 | 252 | 248 | - |
CMYK | 0.07 | 0 | 0.02 | 0.01 |
HSL | 165.88º | 0.74% | 0.95% | - |
HSV(B) | 165.88º | 0.07% | 0.99% | - |
XYZ | 86.01 | 94.06 | 102.43 | - |
YUV | 246.46 | 128.87 | 119.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 252 | 248 | 0.07 | 0 | 0.02 | 0.01 | 165.88 | 0.74 | 0.95 |
Hex | EB | FC | F8 | 7 | 0 | 2 | 1 | A6 | 4A | 5F |
Octal | 353 | 374 | 370 | 7 | 0 | 2 | 1 | 246 | 112 | 137 |
Binary | 11101011 | 11111100 | 11111000 | 111 | 0 | 10 | 1 | 10100110 | 1001010 | 1011111 |
Color Harmonies of #EBFCF8
Complementary color
Monochromatic Colors of #EBFCF8
Black with #EBFCF8
Text Example
Text Example
White with #EBFCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCF8; }
p { color: rgb(235,252,248); }
H1.HeaderClassName
{
color: #EBFCF8;
}
.AnyTagClassName
{
color: #EBFCF8;
}
</style>
background-color css
<style>
a { background-color: #EBFCF8; }
a { background-color: rgb(235,252,248); }
div.DivClassName
{
background-color: #EBFCF8;
}
.BgClassName
{
background-color: #EBFCF8;
}
</style>
border-color css
<style>
span { border-color: #EBFCF8; }
span { border-color: rgb(235,252,248); }
td.TdClassName
{
border-color: #EBFCF8;
}
.TagClassName
{
border-color: #EBFCF8;
}
</style>