Shades of Aqua #01FAFE
Tints of Aqua #01FAFE
RGB
CMYK
RGB Variations
Color information
#01FAFE (or 0x01FAFE) is known color: Aqua. HEX triplet: 01, FA and FE. RGB value is (1,250,254). Sum of RGB (Red+Green+Blue) = 1+250+254=505 (66% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #01FAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FAFE is #FE0501. Grayscale: #AFAFAF. Windows color (decimal): -16647426 or 16710145. OLE color: 16710145.
HSL color Cylindrical-coordinate representation of color #01FAFE: hue angle of 180.95º 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 #01FAFE is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 250 | 254 | - |
| CMYK | 1.00 | 0.02 | 0 | 0.00 |
| HSL | 180.95º | 0.99% | 0.5% | - |
| HSV(B) | 180.95º | 1% | 1% | - |
| XYZ | 52.09 | 75.53 | 105.6 | - |
| YUV | 176.01 | 172.01 | 3.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 254 | 1.00 | 0.02 | 0 | 0.00 | 180.95 | 0.99 | 0.5 |
| Hex | 1 | FA | FE | 64 | 2 | 0 | 0 | B5 | 63 | 32 |
| Octal | 1 | 372 | 376 | 144 | 2 | 0 | 0 | 265 | 143 | 62 |
| Binary | 1 | 11111010 | 11111110 | 1100100 | 10 | 0 | 0 | 10110101 | 1100011 | 110010 |
Color Harmonies of #01FAFE
Complementary color
Monochromatic Colors of #01FAFE
Black with #01FAFE
Text Example
Text Example
White with #01FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FAFE; }
p { color: rgb(1,250,254); }
H1.HeaderClassName
{
color: #01FAFE;
}
.AnyTagClassName
{
color: #01FAFE;
}
</style>
background-color css
<style>
a { background-color: #01FAFE; }
a { background-color: rgb(1,250,254); }
div.DivClassName
{
background-color: #01FAFE;
}
.BgClassName
{
background-color: #01FAFE;
}
</style>
border-color css
<style>
span { border-color: #01FAFE; }
span { border-color: rgb(1,250,254); }
td.TdClassName
{
border-color: #01FAFE;
}
.TagClassName
{
border-color: #01FAFE;
}
</style>