Shades of Aqua #01EFFF
Tints of Aqua #01EFFF
RGB
CMYK
RGB Variations
Color information
#01EFFF (or 0x01EFFF) is known color: Aqua. HEX triplet: 01, EF and FF. RGB value is (1,239,255). Sum of RGB (Red+Green+Blue) = 1+239+255=495 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #01EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EFFF is #FE1000. Grayscale: #A9A9A9. Windows color (decimal): -16650241 or 16772865. OLE color: 16772865.
HSL color Cylindrical-coordinate representation of color #01EFFF: hue angle of 183.78º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EFFF is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 239 | 255 | - |
| CMYK | 1.00 | 0.06 | 0 | 0 |
| HSL | 183.78º | 1% | 0.5% | - |
| HSV(B) | 183.78º | 1% | 1% | - |
| XYZ | 48.93 | 68.96 | 105.34 | - |
| YUV | 169.66 | 176.15 | 7.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 255 | 1.00 | 0.06 | 0 | 0 | 183.78 | 1 | 0.5 |
| Hex | 1 | EF | FF | 64 | 6 | 0 | 0 | B8 | 64 | 32 |
| Octal | 1 | 357 | 377 | 144 | 6 | 0 | 0 | 270 | 144 | 62 |
| Binary | 1 | 11101111 | 11111111 | 1100100 | 110 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #01EFFF
Complementary color
Monochromatic Colors of #01EFFF
Black with #01EFFF
Text Example
Text Example
White with #01EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFFF; }
p { color: rgb(1,239,255); }
H1.HeaderClassName
{
color: #01EFFF;
}
.AnyTagClassName
{
color: #01EFFF;
}
</style>
background-color css
<style>
a { background-color: #01EFFF; }
a { background-color: rgb(1,239,255); }
div.DivClassName
{
background-color: #01EFFF;
}
.BgClassName
{
background-color: #01EFFF;
}
</style>
border-color css
<style>
span { border-color: #01EFFF; }
span { border-color: rgb(1,239,255); }
td.TdClassName
{
border-color: #01EFFF;
}
.TagClassName
{
border-color: #01EFFF;
}
</style>