Shades of Azure #EFF1F1
Tints of Azure #EFF1F1
RGB
CMYK
RGB Variations
Color information
#EFF1F1 (or 0xEFF1F1) is known color: Azure. HEX triplet: EF, F1 and F1. RGB value is (239,241,241). Sum of RGB (Red+Green+Blue) = 239+241+241=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 241 (94.53% from 255 or 33.43% from 721); Max value from RGB is 241 - color contains mainly: green, blue. Hex color #EFF1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1F1 is #100E0E. Grayscale: #F0F0F0. Windows color (decimal): -1052175 or 15856111. OLE color: 15856111.
HSL color Cylindrical-coordinate representation of color #EFF1F1: hue angle of 180º degrees, saturation: 0.07, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFF1F1 is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 241 | 241 | - |
CMYK | 0.01 | 0 | 0 | 0.05 |
HSL | 180º | 0.07% | 0.94% | - |
HSV(B) | 180º | 0.01% | 0.95% | - |
XYZ | 82.93 | 87.61 | 95.76 | - |
YUV | 240.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 241 | 241 | 0.01 | 0 | 0 | 0.05 | 180 | 0.07 | 0.94 |
Hex | EF | F1 | F1 | 1 | 0 | 0 | 5 | B4 | 7 | 5E |
Octal | 357 | 361 | 361 | 1 | 0 | 0 | 5 | 264 | 7 | 136 |
Binary | 11101111 | 11110001 | 11110001 | 1 | 0 | 0 | 101 | 10110100 | 111 | 1011110 |
Color Harmonies of #EFF1F1
Complementary color
Monochromatic Colors of #EFF1F1
Black with #EFF1F1
Text Example
Text Example
White with #EFF1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1F1; }
p { color: rgb(239,241,241); }
H1.HeaderClassName
{
color: #EFF1F1;
}
.AnyTagClassName
{
color: #EFF1F1;
}
</style>
background-color css
<style>
a { background-color: #EFF1F1; }
a { background-color: rgb(239,241,241); }
div.DivClassName
{
background-color: #EFF1F1;
}
.BgClassName
{
background-color: #EFF1F1;
}
</style>
border-color css
<style>
span { border-color: #EFF1F1; }
span { border-color: rgb(239,241,241); }
td.TdClassName
{
border-color: #EFF1F1;
}
.TagClassName
{
border-color: #EFF1F1;
}
</style>