Shades of Aqua #01EFFE
Tints of Aqua #01EFFE
RGB
CMYK
RGB Variations
Color information
#01EFFE (or 0x01EFFE) is known color: Aqua. HEX triplet: 01, EF and FE. RGB value is (1,239,254). Sum of RGB (Red+Green+Blue) = 1+239+254=494 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 494); Green value is 239 (93.75% from 255 or 48.38% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #01EFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EFFE is #FE1001. Grayscale: #A9A9A9. Windows color (decimal): -16650242 or 16707329. OLE color: 16707329.
HSL color Cylindrical-coordinate representation of color #01EFFE: hue angle of 183.56º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EFFE is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 239 | 254 | - |
| CMYK | 1.00 | 0.06 | 0 | 0.00 |
| HSL | 183.56º | 0.99% | 0.5% | - |
| HSV(B) | 183.56º | 1% | 1% | - |
| XYZ | 48.77 | 68.9 | 104.49 | - |
| YUV | 169.55 | 175.65 | 7.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 254 | 1.00 | 0.06 | 0 | 0.00 | 183.56 | 0.99 | 0.5 |
| Hex | 1 | EF | FE | 64 | 6 | 0 | 0 | B8 | 63 | 32 |
| Octal | 1 | 357 | 376 | 144 | 6 | 0 | 0 | 270 | 143 | 62 |
| Binary | 1 | 11101111 | 11111110 | 1100100 | 110 | 0 | 0 | 10111000 | 1100011 | 110010 |
Color Harmonies of #01EFFE
Complementary color
Monochromatic Colors of #01EFFE
Black with #01EFFE
Text Example
Text Example
White with #01EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFFE; }
p { color: rgb(1,239,254); }
H1.HeaderClassName
{
color: #01EFFE;
}
.AnyTagClassName
{
color: #01EFFE;
}
</style>
background-color css
<style>
a { background-color: #01EFFE; }
a { background-color: rgb(1,239,254); }
div.DivClassName
{
background-color: #01EFFE;
}
.BgClassName
{
background-color: #01EFFE;
}
</style>
border-color css
<style>
span { border-color: #01EFFE; }
span { border-color: rgb(1,239,254); }
td.TdClassName
{
border-color: #01EFFE;
}
.TagClassName
{
border-color: #01EFFE;
}
</style>