Shades of Aqua #06F0FC
Tints of Aqua #06F0FC
RGB
CMYK
RGB Variations
Color information
#06F0FC (or 0x06F0FC) is known color: Aqua. HEX triplet: 06, F0 and FC. RGB value is (6,240,252). Sum of RGB (Red+Green+Blue) = 6+240+252=498 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.20% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #06F0FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F0FC is #F90F03. Grayscale: #ABABAB. Windows color (decimal): -16322308 or 16576518. OLE color: 16576518.
HSL color Cylindrical-coordinate representation of color #06F0FC: hue angle of 182.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F0FC is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 240 | 252 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.01 |
| HSL | 182.93º | 0.98% | 0.51% | - |
| HSV(B) | 182.93º | 0.98% | 0.99% | - |
| XYZ | 48.81 | 69.39 | 102.92 | - |
| YUV | 171.4 | 173.48 | 10.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 252 | 0.98 | 0.05 | 0 | 0.01 | 182.93 | 0.98 | 0.51 |
| Hex | 6 | F0 | FC | 62 | 5 | 0 | 1 | B7 | 62 | 33 |
| Octal | 6 | 360 | 374 | 142 | 5 | 0 | 1 | 267 | 142 | 63 |
| Binary | 110 | 11110000 | 11111100 | 1100010 | 101 | 0 | 1 | 10110111 | 1100010 | 110011 |
Color Harmonies of #06F0FC
Complementary color
Monochromatic Colors of #06F0FC
Black with #06F0FC
Text Example
Text Example
White with #06F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F0FC; }
p { color: rgb(6,240,252); }
H1.HeaderClassName
{
color: #06F0FC;
}
.AnyTagClassName
{
color: #06F0FC;
}
</style>
background-color css
<style>
a { background-color: #06F0FC; }
a { background-color: rgb(6,240,252); }
div.DivClassName
{
background-color: #06F0FC;
}
.BgClassName
{
background-color: #06F0FC;
}
</style>
border-color css
<style>
span { border-color: #06F0FC; }
span { border-color: rgb(6,240,252); }
td.TdClassName
{
border-color: #06F0FC;
}
.TagClassName
{
border-color: #06F0FC;
}
</style>