Shades of Azure #EAF6F7
Tints of Azure #EAF6F7
RGB
CMYK
RGB Variations
Color information
#EAF6F7 (or 0xEAF6F7) is known color: Azure. HEX triplet: EA, F6 and F7. RGB value is (234,246,247). Sum of RGB (Red+Green+Blue) = 234+246+247=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 246 (96.48% from 255 or 33.84% from 727); Blue value is 247 (96.88% from 255 or 33.98% from 727); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAF6F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6F7 is #150908. Grayscale: #F2F2F2. Windows color (decimal): -1378569 or 16250602. OLE color: 16250602.
HSL color Cylindrical-coordinate representation of color #EAF6F7: hue angle of 184.62º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF6F7 is Cyan = 0.05, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 246 | 247 | - |
| CMYK | 0.05 | 0.00 | 0 | 0.03 |
| HSL | 184.62º | 0.45% | 0.94% | - |
| HSV(B) | 184.62º | 0.05% | 0.97% | - |
| XYZ | 83.68 | 90.12 | 100.98 | - |
| YUV | 242.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 246 | 247 | 0.05 | 0.00 | 0 | 0.03 | 184.62 | 0.45 | 0.94 |
| Hex | EA | F6 | F7 | 5 | 0 | 0 | 3 | B9 | 2D | 5E |
| Octal | 352 | 366 | 367 | 5 | 0 | 0 | 3 | 271 | 55 | 136 |
| Binary | 11101010 | 11110110 | 11110111 | 101 | 0 | 0 | 11 | 10111001 | 101101 | 1011110 |
Color Harmonies of #EAF6F7
Complementary color
Monochromatic Colors of #EAF6F7
Black with #EAF6F7
Text Example
Text Example
White with #EAF6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF6F7; }
p { color: rgb(234,246,247); }
H1.HeaderClassName
{
color: #EAF6F7;
}
.AnyTagClassName
{
color: #EAF6F7;
}
</style>
background-color css
<style>
a { background-color: #EAF6F7; }
a { background-color: rgb(234,246,247); }
div.DivClassName
{
background-color: #EAF6F7;
}
.BgClassName
{
background-color: #EAF6F7;
}
</style>
border-color css
<style>
span { border-color: #EAF6F7; }
span { border-color: rgb(234,246,247); }
td.TdClassName
{
border-color: #EAF6F7;
}
.TagClassName
{
border-color: #EAF6F7;
}
</style>