Shades of Azure #EBF9F9
Tints of Azure #EBF9F9
RGB
CMYK
RGB Variations
Color information
#EBF9F9 (or 0xEBF9F9) is known color: Azure. HEX triplet: EB, F9 and F9. RGB value is (235,249,249). Sum of RGB (Red+Green+Blue) = 235+249+249=733 (97% of max value = 765). Red value is 235 (92.19% from 255 or 32.06% from 733); Green value is 249 (97.66% from 255 or 33.97% from 733); Blue value is 249 (97.66% from 255 or 33.97% from 733); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #EBF9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF9F9 is #140606. Grayscale: #F4F4F4. Windows color (decimal): -1312263 or 16382443. OLE color: 16382443.
HSL color Cylindrical-coordinate representation of color #EBF9F9: hue angle of 180º degrees, saturation: 0.54, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBF9F9 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 235 | 249 | 249 | - |
CMYK | 0.06 | 0 | 0 | 0.02 |
HSL | 180º | 0.54% | 0.95% | - |
HSV(B) | 180º | 0.06% | 0.98% | - |
XYZ | 85.24 | 92.25 | 102.94 | - |
YUV | 244.81 | 130.36 | 121 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 249 | 249 | 0.06 | 0 | 0 | 0.02 | 180 | 0.54 | 0.95 |
Hex | EB | F9 | F9 | 6 | 0 | 0 | 2 | B4 | 36 | 5F |
Octal | 353 | 371 | 371 | 6 | 0 | 0 | 2 | 264 | 66 | 137 |
Binary | 11101011 | 11111001 | 11111001 | 110 | 0 | 0 | 10 | 10110100 | 110110 | 1011111 |
Color Harmonies of #EBF9F9
Complementary color
Monochromatic Colors of #EBF9F9
Black with #EBF9F9
Text Example
Text Example
White with #EBF9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF9F9; }
p { color: rgb(235,249,249); }
H1.HeaderClassName
{
color: #EBF9F9;
}
.AnyTagClassName
{
color: #EBF9F9;
}
</style>
background-color css
<style>
a { background-color: #EBF9F9; }
a { background-color: rgb(235,249,249); }
div.DivClassName
{
background-color: #EBF9F9;
}
.BgClassName
{
background-color: #EBF9F9;
}
</style>
border-color css
<style>
span { border-color: #EBF9F9; }
span { border-color: rgb(235,249,249); }
td.TdClassName
{
border-color: #EBF9F9;
}
.TagClassName
{
border-color: #EBF9F9;
}
</style>