Shades of Aqua #00ECF9
Tints of Aqua #00ECF9
RGB
CMYK
RGB Variations
Color information
#00ECF9 (or 0x00ECF9) is known color: Aqua. HEX triplet: 00, EC and F9. RGB value is (0,236,249). Sum of RGB (Red+Green+Blue) = 0+236+249=485 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #00ECF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECF9 is #FF1306. Grayscale: #A6A6A6. Windows color (decimal): -16716551 or 16378880. OLE color: 16378880.
HSL color Cylindrical-coordinate representation of color #00ECF9: hue angle of 183.13º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ECF9 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 236 | 249 | - |
| CMYK | 1 | 0.05 | 0 | 0.02 |
| HSL | 183.13º | 1% | 0.49% | - |
| HSV(B) | 183.13º | 1% | 0.98% | - |
| XYZ | 47.09 | 66.83 | 100.04 | - |
| YUV | 166.92 | 174.31 | 8.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 249 | 1 | 0.05 | 0 | 0.02 | 183.13 | 1 | 0.49 |
| Hex | 0 | EC | F9 | 64 | 5 | 0 | 2 | B7 | 64 | 31 |
| Octal | 0 | 354 | 371 | 144 | 5 | 0 | 2 | 267 | 144 | 61 |
| Binary | 0 | 11101100 | 11111001 | 1100100 | 101 | 0 | 10 | 10110111 | 1100100 | 110001 |
Color Harmonies of #00ECF9
Complementary color
Monochromatic Colors of #00ECF9
Black with #00ECF9
Text Example
Text Example
White with #00ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECF9; }
p { color: rgb(0,236,249); }
H1.HeaderClassName
{
color: #00ECF9;
}
.AnyTagClassName
{
color: #00ECF9;
}
</style>
background-color css
<style>
a { background-color: #00ECF9; }
a { background-color: rgb(0,236,249); }
div.DivClassName
{
background-color: #00ECF9;
}
.BgClassName
{
background-color: #00ECF9;
}
</style>
border-color css
<style>
span { border-color: #00ECF9; }
span { border-color: rgb(0,236,249); }
td.TdClassName
{
border-color: #00ECF9;
}
.TagClassName
{
border-color: #00ECF9;
}
</style>