Shades of Aqua #01FEFF
Tints of Aqua #01FEFF
RGB
CMYK
RGB Variations
Color information
#01FEFF (or 0x01FEFF) is known color: Aqua. HEX triplet: 01, FE and FF. RGB value is (1,254,255). Sum of RGB (Red+Green+Blue) = 1+254+255=510 (67% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #01FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FEFF is #FE0100. Grayscale: #B2B2B2. Windows color (decimal): -16646401 or 16776705. OLE color: 16776705.
HSL color Cylindrical-coordinate representation of color #01FEFF: hue angle of 180.24º 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 #01FEFF is Cyan = 1.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 254 | 255 | - |
| CMYK | 1.00 | 0.00 | 0 | 0 |
| HSL | 180.24º | 1% | 0.5% | - |
| HSV(B) | 180.24º | 1% | 1% | - |
| XYZ | 53.5 | 78.11 | 106.86 | - |
| YUV | 178.47 | 171.18 | 1.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 255 | 1.00 | 0.00 | 0 | 0 | 180.24 | 1 | 0.5 |
| Hex | 1 | FE | FF | 64 | 0 | 0 | 0 | B4 | 64 | 32 |
| Octal | 1 | 376 | 377 | 144 | 0 | 0 | 0 | 264 | 144 | 62 |
| Binary | 1 | 11111110 | 11111111 | 1100100 | 0 | 0 | 0 | 10110100 | 1100100 | 110010 |
Color Harmonies of #01FEFF
Complementary color
Monochromatic Colors of #01FEFF
Black with #01FEFF
Text Example
Text Example
White with #01FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FEFF; }
p { color: rgb(1,254,255); }
H1.HeaderClassName
{
color: #01FEFF;
}
.AnyTagClassName
{
color: #01FEFF;
}
</style>
background-color css
<style>
a { background-color: #01FEFF; }
a { background-color: rgb(1,254,255); }
div.DivClassName
{
background-color: #01FEFF;
}
.BgClassName
{
background-color: #01FEFF;
}
</style>
border-color css
<style>
span { border-color: #01FEFF; }
span { border-color: rgb(1,254,255); }
td.TdClassName
{
border-color: #01FEFF;
}
.TagClassName
{
border-color: #01FEFF;
}
</style>