Shades of Twilight Blue #EFF0EA
Tints of Twilight Blue #EFF0EA
RGB
CMYK
RGB Variations
Color information
#EFF0EA (or 0xEFF0EA) is known color: Twilight Blue. HEX triplet: EF, F0 and EA. RGB value is (239,240,234). Sum of RGB (Red+Green+Blue) = 239+240+234=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0EA is #100F15. Grayscale: #EFEFEF. Windows color (decimal): -1052438 or 15397103. OLE color: 15397103.
HSL color Cylindrical-coordinate representation of color #EFF0EA: hue angle of 70º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF0EA is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 234 | - |
| CMYK | 0.00 | 0 | 0.02 | 0.06 |
| HSL | 70º | 0.17% | 0.93% | - |
| HSV(B) | 70º | 0.02% | 0.94% | - |
| XYZ | 81.61 | 86.61 | 90.26 | - |
| YUV | 239.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 234 | 0.00 | 0 | 0.02 | 0.06 | 70 | 0.17 | 0.93 |
| Hex | EF | F0 | EA | 0 | 0 | 2 | 6 | 46 | 11 | 5D |
| Octal | 357 | 360 | 352 | 0 | 0 | 2 | 6 | 106 | 21 | 135 |
| Binary | 11101111 | 11110000 | 11101010 | 0 | 0 | 10 | 110 | 1000110 | 10001 | 1011101 |
Color Harmonies of #EFF0EA
Complementary color
Monochromatic Colors of #EFF0EA
Black with #EFF0EA
Text Example
Text Example
White with #EFF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF0EA; }
p { color: rgb(239,240,234); }
H1.HeaderClassName
{
color: #EFF0EA;
}
.AnyTagClassName
{
color: #EFF0EA;
}
</style>
background-color css
<style>
a { background-color: #EFF0EA; }
a { background-color: rgb(239,240,234); }
div.DivClassName
{
background-color: #EFF0EA;
}
.BgClassName
{
background-color: #EFF0EA;
}
</style>
border-color css
<style>
span { border-color: #EFF0EA; }
span { border-color: rgb(239,240,234); }
td.TdClassName
{
border-color: #EFF0EA;
}
.TagClassName
{
border-color: #EFF0EA;
}
</style>