Shades of Aqua #01ECF7
Tints of Aqua #01ECF7
RGB
CMYK
RGB Variations
Color information
#01ECF7 (or 0x01ECF7) is known color: Aqua. HEX triplet: 01, EC and F7. RGB value is (1,236,247). Sum of RGB (Red+Green+Blue) = 1+236+247=484 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #01ECF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01ECF7 is #FE1308. Grayscale: #A6A6A6. Windows color (decimal): -16651017 or 16247809. OLE color: 16247809.
HSL color Cylindrical-coordinate representation of color #01ECF7: hue angle of 182.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ECF7 is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 236 | 247 | - |
| CMYK | 1.00 | 0.04 | 0 | 0.03 |
| HSL | 182.68º | 0.99% | 0.49% | - |
| HSV(B) | 182.68º | 1% | 0.97% | - |
| XYZ | 46.8 | 66.71 | 98.41 | - |
| YUV | 166.99 | 173.14 | 9.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 247 | 1.00 | 0.04 | 0 | 0.03 | 182.68 | 0.99 | 0.49 |
| Hex | 1 | EC | F7 | 64 | 4 | 0 | 3 | B7 | 63 | 31 |
| Octal | 1 | 354 | 367 | 144 | 4 | 0 | 3 | 267 | 143 | 61 |
| Binary | 1 | 11101100 | 11110111 | 1100100 | 100 | 0 | 11 | 10110111 | 1100011 | 110001 |
Color Harmonies of #01ECF7
Complementary color
Monochromatic Colors of #01ECF7
Black with #01ECF7
Text Example
Text Example
White with #01ECF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ECF7; }
p { color: rgb(1,236,247); }
H1.HeaderClassName
{
color: #01ECF7;
}
.AnyTagClassName
{
color: #01ECF7;
}
</style>
background-color css
<style>
a { background-color: #01ECF7; }
a { background-color: rgb(1,236,247); }
div.DivClassName
{
background-color: #01ECF7;
}
.BgClassName
{
background-color: #01ECF7;
}
</style>
border-color css
<style>
span { border-color: #01ECF7; }
span { border-color: rgb(1,236,247); }
td.TdClassName
{
border-color: #01ECF7;
}
.TagClassName
{
border-color: #01ECF7;
}
</style>