Shades of Azure #EEFBFB
Tints of Azure #EEFBFB
RGB
CMYK
RGB Variations
Color information
#EEFBFB (or 0xEEFBFB) is known color: Azure. HEX triplet: EE, FB and FB. RGB value is (238,251,251). Sum of RGB (Red+Green+Blue) = 238+251+251=740 (98% of max value = 765). Red value is 238 (93.36% from 255 or 32.16% from 740); Green value is 251 (98.44% from 255 or 33.92% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #EEFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEFBFB is #110404. Grayscale: #F7F7F7. Windows color (decimal): -1115141 or 16514030. OLE color: 16514030.
HSL color Cylindrical-coordinate representation of color #EEFBFB: hue angle of 180º degrees, saturation: 0.62, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEFBFB is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 238 | 251 | 251 | - |
CMYK | 0.05 | 0 | 0 | 0.02 |
HSL | 180º | 0.62% | 0.96% | - |
HSV(B) | 180º | 0.05% | 0.98% | - |
XYZ | 87.17 | 94.14 | 104.84 | - |
YUV | 247.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 251 | 251 | 0.05 | 0 | 0 | 0.02 | 180 | 0.62 | 0.96 |
Hex | EE | FB | FB | 5 | 0 | 0 | 2 | B4 | 3E | 60 |
Octal | 356 | 373 | 373 | 5 | 0 | 0 | 2 | 264 | 76 | 140 |
Binary | 11101110 | 11111011 | 11111011 | 101 | 0 | 0 | 10 | 10110100 | 111110 | 1100000 |
Color Harmonies of #EEFBFB
Complementary color
Monochromatic Colors of #EEFBFB
Black with #EEFBFB
Text Example
Text Example
White with #EEFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFBFB; }
p { color: rgb(238,251,251); }
H1.HeaderClassName
{
color: #EEFBFB;
}
.AnyTagClassName
{
color: #EEFBFB;
}
</style>
background-color css
<style>
a { background-color: #EEFBFB; }
a { background-color: rgb(238,251,251); }
div.DivClassName
{
background-color: #EEFBFB;
}
.BgClassName
{
background-color: #EEFBFB;
}
</style>
border-color css
<style>
span { border-color: #EEFBFB; }
span { border-color: rgb(238,251,251); }
td.TdClassName
{
border-color: #EEFBFB;
}
.TagClassName
{
border-color: #EEFBFB;
}
</style>