Shades of Aqua #01EFF6
Tints of Aqua #01EFF6
RGB
CMYK
RGB Variations
Color information
#01EFF6 (or 0x01EFF6) is known color: Aqua. HEX triplet: 01, EF and F6. RGB value is (1,239,246). Sum of RGB (Red+Green+Blue) = 1+239+246=486 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #01EFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EFF6 is #FE1009. Grayscale: #A8A8A8. Windows color (decimal): -16650250 or 16183041. OLE color: 16183041.
HSL color Cylindrical-coordinate representation of color #01EFF6: hue angle of 181.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EFF6 is Cyan = 1.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 239 | 246 | - |
| CMYK | 1.00 | 0.03 | 0 | 0.04 |
| HSL | 181.71º | 0.99% | 0.48% | - |
| HSV(B) | 181.71º | 1% | 0.96% | - |
| XYZ | 47.51 | 68.39 | 97.89 | - |
| YUV | 168.64 | 171.65 | 8.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 246 | 1.00 | 0.03 | 0 | 0.04 | 181.71 | 0.99 | 0.48 |
| Hex | 1 | EF | F6 | 64 | 3 | 0 | 4 | B6 | 63 | 30 |
| Octal | 1 | 357 | 366 | 144 | 3 | 0 | 4 | 266 | 143 | 60 |
| Binary | 1 | 11101111 | 11110110 | 1100100 | 11 | 0 | 100 | 10110110 | 1100011 | 110000 |
Color Harmonies of #01EFF6
Complementary color
Monochromatic Colors of #01EFF6
Black with #01EFF6
Text Example
Text Example
White with #01EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFF6; }
p { color: rgb(1,239,246); }
H1.HeaderClassName
{
color: #01EFF6;
}
.AnyTagClassName
{
color: #01EFF6;
}
</style>
background-color css
<style>
a { background-color: #01EFF6; }
a { background-color: rgb(1,239,246); }
div.DivClassName
{
background-color: #01EFF6;
}
.BgClassName
{
background-color: #01EFF6;
}
</style>
border-color css
<style>
span { border-color: #01EFF6; }
span { border-color: rgb(1,239,246); }
td.TdClassName
{
border-color: #01EFF6;
}
.TagClassName
{
border-color: #01EFF6;
}
</style>