Shades of Aqua #01E8FC
Tints of Aqua #01E8FC
RGB
CMYK
RGB Variations
Color information
#01E8FC (or 0x01E8FC) is known color: Aqua. HEX triplet: 01, E8 and FC. RGB value is (1,232,252). Sum of RGB (Red+Green+Blue) = 1+232+252=485 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #01E8FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01E8FC is #FE1703. Grayscale: #A4A4A4. Windows color (decimal): -16652036 or 16574465. OLE color: 16574465.
HSL color Cylindrical-coordinate representation of color #01E8FC: hue angle of 184.78º 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 #01E8FC is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 232 | 252 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.01 |
| HSL | 184.78º | 0.99% | 0.5% | - |
| HSV(B) | 184.78º | 1% | 0.99% | - |
| XYZ | 46.44 | 64.75 | 102.15 | - |
| YUV | 165.21 | 176.97 | 10.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 232 | 252 | 1.00 | 0.08 | 0 | 0.01 | 184.78 | 0.99 | 0.5 |
| Hex | 1 | E8 | FC | 64 | 8 | 0 | 1 | B9 | 63 | 32 |
| Octal | 1 | 350 | 374 | 144 | 10 | 0 | 1 | 271 | 143 | 62 |
| Binary | 1 | 11101000 | 11111100 | 1100100 | 1000 | 0 | 1 | 10111001 | 1100011 | 110010 |
Color Harmonies of #01E8FC
Complementary color
Monochromatic Colors of #01E8FC
Black with #01E8FC
Text Example
Text Example
White with #01E8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E8FC; }
p { color: rgb(1,232,252); }
H1.HeaderClassName
{
color: #01E8FC;
}
.AnyTagClassName
{
color: #01E8FC;
}
</style>
background-color css
<style>
a { background-color: #01E8FC; }
a { background-color: rgb(1,232,252); }
div.DivClassName
{
background-color: #01E8FC;
}
.BgClassName
{
background-color: #01E8FC;
}
</style>
border-color css
<style>
span { border-color: #01E8FC; }
span { border-color: rgb(1,232,252); }
td.TdClassName
{
border-color: #01E8FC;
}
.TagClassName
{
border-color: #01E8FC;
}
</style>