Shades of Aqua #01E5FC
Tints of Aqua #01E5FC
RGB
CMYK
RGB Variations
Color information
#01E5FC (or 0x01E5FC) is known color: Aqua. HEX triplet: 01, E5 and FC. RGB value is (1,229,252). Sum of RGB (Red+Green+Blue) = 1+229+252=482 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #01E5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01E5FC is #FE1A03. Grayscale: #A3A3A3. Windows color (decimal): -16652804 or 16573697. OLE color: 16573697.
HSL color Cylindrical-coordinate representation of color #01E5FC: hue angle of 185.5º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E5FC is Cyan = 1.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 229 | 252 | - |
| CMYK | 1.00 | 0.09 | 0 | 0.01 |
| HSL | 185.5º | 0.99% | 0.5% | - |
| HSV(B) | 185.5º | 1% | 0.99% | - |
| XYZ | 45.6 | 63.07 | 101.87 | - |
| YUV | 163.45 | 177.96 | 12.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 229 | 252 | 1.00 | 0.09 | 0 | 0.01 | 185.5 | 0.99 | 0.5 |
| Hex | 1 | E5 | FC | 64 | 9 | 0 | 1 | B9 | 63 | 32 |
| Octal | 1 | 345 | 374 | 144 | 11 | 0 | 1 | 271 | 143 | 62 |
| Binary | 1 | 11100101 | 11111100 | 1100100 | 1001 | 0 | 1 | 10111001 | 1100011 | 110010 |
Color Harmonies of #01E5FC
Complementary color
Monochromatic Colors of #01E5FC
Black with #01E5FC
Text Example
Text Example
White with #01E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E5FC; }
p { color: rgb(1,229,252); }
H1.HeaderClassName
{
color: #01E5FC;
}
.AnyTagClassName
{
color: #01E5FC;
}
</style>
background-color css
<style>
a { background-color: #01E5FC; }
a { background-color: rgb(1,229,252); }
div.DivClassName
{
background-color: #01E5FC;
}
.BgClassName
{
background-color: #01E5FC;
}
</style>
border-color css
<style>
span { border-color: #01E5FC; }
span { border-color: rgb(1,229,252); }
td.TdClassName
{
border-color: #01E5FC;
}
.TagClassName
{
border-color: #01E5FC;
}
</style>