Shades of Aqua #01FCFE
Tints of Aqua #01FCFE
RGB
CMYK
RGB Variations
Color information
#01FCFE (or 0x01FCFE) is known color: Aqua. HEX triplet: 01, FC and FE. RGB value is (1,252,254). Sum of RGB (Red+Green+Blue) = 1+252+254=507 (67% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 507); Green value is 252 (98.83% from 255 or 49.70% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #01FCFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FCFE is #FE0301. Grayscale: #B0B0B0. Windows color (decimal): -16646914 or 16710657. OLE color: 16710657.
HSL color Cylindrical-coordinate representation of color #01FCFE: hue angle of 180.47º 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 #01FCFE is Cyan = 1.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 252 | 254 | - |
| CMYK | 1.00 | 0.01 | 0 | 0.00 |
| HSL | 180.47º | 0.99% | 0.5% | - |
| HSV(B) | 180.47º | 1% | 1% | - |
| XYZ | 52.71 | 76.78 | 105.81 | - |
| YUV | 177.18 | 171.34 | 2.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 254 | 1.00 | 0.01 | 0 | 0.00 | 180.47 | 0.99 | 0.5 |
| Hex | 1 | FC | FE | 64 | 1 | 0 | 0 | B4 | 63 | 32 |
| Octal | 1 | 374 | 376 | 144 | 1 | 0 | 0 | 264 | 143 | 62 |
| Binary | 1 | 11111100 | 11111110 | 1100100 | 1 | 0 | 0 | 10110100 | 1100011 | 110010 |
Color Harmonies of #01FCFE
Complementary color
Monochromatic Colors of #01FCFE
Black with #01FCFE
Text Example
Text Example
White with #01FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCFE; }
p { color: rgb(1,252,254); }
H1.HeaderClassName
{
color: #01FCFE;
}
.AnyTagClassName
{
color: #01FCFE;
}
</style>
background-color css
<style>
a { background-color: #01FCFE; }
a { background-color: rgb(1,252,254); }
div.DivClassName
{
background-color: #01FCFE;
}
.BgClassName
{
background-color: #01FCFE;
}
</style>
border-color css
<style>
span { border-color: #01FCFE; }
span { border-color: rgb(1,252,254); }
td.TdClassName
{
border-color: #01FCFE;
}
.TagClassName
{
border-color: #01FCFE;
}
</style>