Shades of Aqua Spring #EFF3EF
Tints of Aqua Spring #EFF3EF
RGB
CMYK
RGB Variations
Color information
#EFF3EF (or 0xEFF3EF) is known color: Aqua Spring. HEX triplet: EF, F3 and EF. RGB value is (239,243,239). Sum of RGB (Red+Green+Blue) = 239+243+239=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 243 (95.31% from 255 or 33.70% from 721); Blue value is 239 (93.75% from 255 or 33.15% from 721); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF3EF is #100C10. Grayscale: #F1F1F1. Windows color (decimal): -1051665 or 15725551. OLE color: 15725551.
HSL color Cylindrical-coordinate representation of color #EFF3EF: hue angle of 120º degrees, saturation: 0.14, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF3EF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 239 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.05 |
| HSL | 120º | 0.14% | 0.95% | - |
| HSV(B) | 120º | 0.02% | 0.95% | - |
| XYZ | 83.23 | 88.68 | 94.39 | - |
| YUV | 241.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 239 | 0.02 | 0 | 0.02 | 0.05 | 120 | 0.14 | 0.95 |
| Hex | EF | F3 | EF | 2 | 0 | 2 | 5 | 78 | E | 5F |
| Octal | 357 | 363 | 357 | 2 | 0 | 2 | 5 | 170 | 16 | 137 |
| Binary | 11101111 | 11110011 | 11101111 | 10 | 0 | 10 | 101 | 1111000 | 1110 | 1011111 |
Color Harmonies of #EFF3EF
Complementary color
Monochromatic Colors of #EFF3EF
Black with #EFF3EF
Text Example
Text Example
White with #EFF3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3EF; }
p { color: rgb(239,243,239); }
H1.HeaderClassName
{
color: #EFF3EF;
}
.AnyTagClassName
{
color: #EFF3EF;
}
</style>
background-color css
<style>
a { background-color: #EFF3EF; }
a { background-color: rgb(239,243,239); }
div.DivClassName
{
background-color: #EFF3EF;
}
.BgClassName
{
background-color: #EFF3EF;
}
</style>
border-color css
<style>
span { border-color: #EFF3EF; }
span { border-color: rgb(239,243,239); }
td.TdClassName
{
border-color: #EFF3EF;
}
.TagClassName
{
border-color: #EFF3EF;
}
</style>