Shades of Aqua #01EEFE
Tints of Aqua #01EEFE
RGB
CMYK
RGB Variations
Color information
#01EEFE (or 0x01EEFE) is known color: Aqua. HEX triplet: 01, EE and FE. RGB value is (1,238,254). Sum of RGB (Red+Green+Blue) = 1+238+254=493 (65% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #01EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EEFE is #FE1101. Grayscale: #A8A8A8. Windows color (decimal): -16650498 or 16707073. OLE color: 16707073.
HSL color Cylindrical-coordinate representation of color #01EEFE: hue angle of 183.79º 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 #01EEFE is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 238 | 254 | - |
| CMYK | 1.00 | 0.06 | 0 | 0.00 |
| HSL | 183.79º | 0.99% | 0.5% | - |
| HSV(B) | 183.79º | 1% | 1% | - |
| XYZ | 48.48 | 68.31 | 104.4 | - |
| YUV | 168.96 | 175.98 | 8.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 238 | 254 | 1.00 | 0.06 | 0 | 0.00 | 183.79 | 0.99 | 0.5 |
| Hex | 1 | EE | FE | 64 | 6 | 0 | 0 | B8 | 63 | 32 |
| Octal | 1 | 356 | 376 | 144 | 6 | 0 | 0 | 270 | 143 | 62 |
| Binary | 1 | 11101110 | 11111110 | 1100100 | 110 | 0 | 0 | 10111000 | 1100011 | 110010 |
Color Harmonies of #01EEFE
Complementary color
Monochromatic Colors of #01EEFE
Black with #01EEFE
Text Example
Text Example
White with #01EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EEFE; }
p { color: rgb(1,238,254); }
H1.HeaderClassName
{
color: #01EEFE;
}
.AnyTagClassName
{
color: #01EEFE;
}
</style>
background-color css
<style>
a { background-color: #01EEFE; }
a { background-color: rgb(1,238,254); }
div.DivClassName
{
background-color: #01EEFE;
}
.BgClassName
{
background-color: #01EEFE;
}
</style>
border-color css
<style>
span { border-color: #01EEFE; }
span { border-color: rgb(1,238,254); }
td.TdClassName
{
border-color: #01EEFE;
}
.TagClassName
{
border-color: #01EEFE;
}
</style>