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