Shades of Aqua #01EEFF
Tints of Aqua #01EEFF
RGB
CMYK
RGB Variations
Color information
#01EEFF (or 0x01EEFF) is known color: Aqua. HEX triplet: 01, EE and FF. RGB value is (1,238,255). Sum of RGB (Red+Green+Blue) = 1+238+255=494 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #01EEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EEFF is #FE1100. Grayscale: #A8A8A8. Windows color (decimal): -16650497 or 16772609. OLE color: 16772609.
HSL color Cylindrical-coordinate representation of color #01EEFF: hue angle of 184.02º 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 #01EEFF is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 238 | 255 | - |
| CMYK | 1.00 | 0.07 | 0 | 0 |
| HSL | 184.02º | 1% | 0.5% | - |
| HSV(B) | 184.02º | 1% | 1% | - |
| XYZ | 48.64 | 68.38 | 105.24 | - |
| YUV | 169.08 | 176.48 | 8.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 255 | 1.00 | 0.07 | 0 | 0 | 184.02 | 1 | 0.5 |
| Hex | 1 | EE | FF | 64 | 7 | 0 | 0 | B8 | 64 | 32 |
| Octal | 1 | 356 | 377 | 144 | 7 | 0 | 0 | 270 | 144 | 62 |
| Binary | 1 | 11101110 | 11111111 | 1100100 | 111 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #01EEFF
Complementary color
Monochromatic Colors of #01EEFF
Black with #01EEFF
Text Example
Text Example
White with #01EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EEFF; }
p { color: rgb(1,238,255); }
H1.HeaderClassName
{
color: #01EEFF;
}
.AnyTagClassName
{
color: #01EEFF;
}
</style>
background-color css
<style>
a { background-color: #01EEFF; }
a { background-color: rgb(1,238,255); }
div.DivClassName
{
background-color: #01EEFF;
}
.BgClassName
{
background-color: #01EEFF;
}
</style>
border-color css
<style>
span { border-color: #01EEFF; }
span { border-color: rgb(1,238,255); }
td.TdClassName
{
border-color: #01EEFF;
}
.TagClassName
{
border-color: #01EEFF;
}
</style>