Shades of Aqua #06FCFF
Tints of Aqua #06FCFF
RGB
CMYK
RGB Variations
Color information
#06FCFF (or 0x06FCFF) is known color: Aqua. HEX triplet: 06, FC and FF. RGB value is (6,252,255). Sum of RGB (Red+Green+Blue) = 6+252+255=513 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.17% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #06FCFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FCFF is #F90300. Grayscale: #B2B2B2. Windows color (decimal): -16319233 or 16776198. OLE color: 16776198.
HSL color Cylindrical-coordinate representation of color #06FCFF: hue angle of 180.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FCFF is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 252 | 255 | - |
| CMYK | 0.98 | 0.01 | 0 | 0 |
| HSL | 180.72º | 1% | 0.51% | - |
| HSV(B) | 180.72º | 0.98% | 1% | - |
| XYZ | 52.94 | 76.88 | 106.66 | - |
| YUV | 178.79 | 171 | 4.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 252 | 255 | 0.98 | 0.01 | 0 | 0 | 180.72 | 1 | 0.51 |
| Hex | 6 | FC | FF | 62 | 1 | 0 | 0 | B5 | 64 | 33 |
| Octal | 6 | 374 | 377 | 142 | 1 | 0 | 0 | 265 | 144 | 63 |
| Binary | 110 | 11111100 | 11111111 | 1100010 | 1 | 0 | 0 | 10110101 | 1100100 | 110011 |
Color Harmonies of #06FCFF
Complementary color
Monochromatic Colors of #06FCFF
Black with #06FCFF
Text Example
Text Example
White with #06FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FCFF; }
p { color: rgb(6,252,255); }
H1.HeaderClassName
{
color: #06FCFF;
}
.AnyTagClassName
{
color: #06FCFF;
}
</style>
background-color css
<style>
a { background-color: #06FCFF; }
a { background-color: rgb(6,252,255); }
div.DivClassName
{
background-color: #06FCFF;
}
.BgClassName
{
background-color: #06FCFF;
}
</style>
border-color css
<style>
span { border-color: #06FCFF; }
span { border-color: rgb(6,252,255); }
td.TdClassName
{
border-color: #06FCFF;
}
.TagClassName
{
border-color: #06FCFF;
}
</style>