Shades of Aqua #01FCEC
Tints of Aqua #01FCEC
RGB
CMYK
RGB Variations
Color information
#01FCEC (or 0x01FCEC) is known color: Aqua. HEX triplet: 01, FC and EC. RGB value is (1,252,236). Sum of RGB (Red+Green+Blue) = 1+252+236=489 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #01FCEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01FCEC is #FE0313. Grayscale: #AEAEAE. Windows color (decimal): -16646932 or 15531009. OLE color: 15531009.
HSL color Cylindrical-coordinate representation of color #01FCEC: hue angle of 176.18º 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 #01FCEC is Cyan = 1.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 1 | 252 | 236 | - |
CMYK | 1.00 | 0 | 0.06 | 0.01 |
HSL | 176.18º | 0.99% | 0.5% | - |
HSV(B) | 176.18º | 1% | 0.99% | - |
XYZ | 49.96 | 75.68 | 91.33 | - |
YUV | 175.13 | 162.34 | 3.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 252 | 236 | 1.00 | 0 | 0.06 | 0.01 | 176.18 | 0.99 | 0.5 |
Hex | 1 | FC | EC | 64 | 0 | 6 | 1 | B0 | 63 | 32 |
Octal | 1 | 374 | 354 | 144 | 0 | 6 | 1 | 260 | 143 | 62 |
Binary | 1 | 11111100 | 11101100 | 1100100 | 0 | 110 | 1 | 10110000 | 1100011 | 110010 |
Color Harmonies of #01FCEC
Complementary color
Monochromatic Colors of #01FCEC
Black with #01FCEC
Text Example
Text Example
White with #01FCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FCEC; }
p { color: rgb(1,252,236); }
H1.HeaderClassName
{
color: #01FCEC;
}
.AnyTagClassName
{
color: #01FCEC;
}
</style>
background-color css
<style>
a { background-color: #01FCEC; }
a { background-color: rgb(1,252,236); }
div.DivClassName
{
background-color: #01FCEC;
}
.BgClassName
{
background-color: #01FCEC;
}
</style>
border-color css
<style>
span { border-color: #01FCEC; }
span { border-color: rgb(1,252,236); }
td.TdClassName
{
border-color: #01FCEC;
}
.TagClassName
{
border-color: #01FCEC;
}
</style>