Shades of Aqua #01E6F7
Tints of Aqua #01E6F7
RGB
CMYK
RGB Variations
Color information
#01E6F7 (or 0x01E6F7) is known color: Aqua. HEX triplet: 01, E6 and F7. RGB value is (1,230,247). Sum of RGB (Red+Green+Blue) = 1+230+247=478 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 478); Green value is 230 (90.23% from 255 or 48.12% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #01E6F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E6F7 is #FE1908. Grayscale: #A3A3A3. Windows color (decimal): -16652553 or 16246273. OLE color: 16246273.
HSL color Cylindrical-coordinate representation of color #01E6F7: hue angle of 184.15º 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 #01E6F7 is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 230 | 247 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.03 |
| HSL | 184.15º | 0.99% | 0.49% | - |
| HSV(B) | 184.15º | 1% | 0.97% | - |
| XYZ | 45.1 | 63.32 | 97.84 | - |
| YUV | 163.47 | 175.13 | 12.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 247 | 1.00 | 0.07 | 0 | 0.03 | 184.15 | 0.99 | 0.49 |
| Hex | 1 | E6 | F7 | 64 | 7 | 0 | 3 | B8 | 63 | 31 |
| Octal | 1 | 346 | 367 | 144 | 7 | 0 | 3 | 270 | 143 | 61 |
| Binary | 1 | 11100110 | 11110111 | 1100100 | 111 | 0 | 11 | 10111000 | 1100011 | 110001 |
Color Harmonies of #01E6F7
Complementary color
Monochromatic Colors of #01E6F7
Black with #01E6F7
Text Example
Text Example
White with #01E6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E6F7; }
p { color: rgb(1,230,247); }
H1.HeaderClassName
{
color: #01E6F7;
}
.AnyTagClassName
{
color: #01E6F7;
}
</style>
background-color css
<style>
a { background-color: #01E6F7; }
a { background-color: rgb(1,230,247); }
div.DivClassName
{
background-color: #01E6F7;
}
.BgClassName
{
background-color: #01E6F7;
}
</style>
border-color css
<style>
span { border-color: #01E6F7; }
span { border-color: rgb(1,230,247); }
td.TdClassName
{
border-color: #01E6F7;
}
.TagClassName
{
border-color: #01E6F7;
}
</style>