Shades of Azure #EAF1F2
Tints of Azure #EAF1F2
RGB
CMYK
RGB Variations
Color information
#EAF1F2 (or 0xEAF1F2) is known color: Azure. HEX triplet: EA, F1 and F2. RGB value is (234,241,242). Sum of RGB (Red+Green+Blue) = 234+241+242=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAF1F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF1F2 is #150E0D. Grayscale: #EFEFEF. Windows color (decimal): -1379854 or 15921642. OLE color: 15921642.
HSL color Cylindrical-coordinate representation of color #EAF1F2: hue angle of 187.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAF1F2 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 241 | 242 | - |
| CMYK | 0.03 | 0.00 | 0 | 0.05 |
| HSL | 187.5º | 0.24% | 0.93% | - |
| HSV(B) | 187.5º | 0.03% | 0.95% | - |
| XYZ | 81.41 | 86.81 | 96.47 | - |
| YUV | 239.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 241 | 242 | 0.03 | 0.00 | 0 | 0.05 | 187.5 | 0.24 | 0.93 |
| Hex | EA | F1 | F2 | 3 | 0 | 0 | 5 | BC | 18 | 5D |
| Octal | 352 | 361 | 362 | 3 | 0 | 0 | 5 | 274 | 30 | 135 |
| Binary | 11101010 | 11110001 | 11110010 | 11 | 0 | 0 | 101 | 10111100 | 11000 | 1011101 |
Color Harmonies of #EAF1F2
Complementary color
Monochromatic Colors of #EAF1F2
Black with #EAF1F2
Text Example
Text Example
White with #EAF1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF1F2; }
p { color: rgb(234,241,242); }
H1.HeaderClassName
{
color: #EAF1F2;
}
.AnyTagClassName
{
color: #EAF1F2;
}
</style>
background-color css
<style>
a { background-color: #EAF1F2; }
a { background-color: rgb(234,241,242); }
div.DivClassName
{
background-color: #EAF1F2;
}
.BgClassName
{
background-color: #EAF1F2;
}
</style>
border-color css
<style>
span { border-color: #EAF1F2; }
span { border-color: rgb(234,241,242); }
td.TdClassName
{
border-color: #EAF1F2;
}
.TagClassName
{
border-color: #EAF1F2;
}
</style>