Shades of Aqua #06F0FB
Tints of Aqua #06F0FB
RGB
CMYK
RGB Variations
Color information
#06F0FB (or 0x06F0FB) is known color: Aqua. HEX triplet: 06, F0 and FB. RGB value is (6,240,251). Sum of RGB (Red+Green+Blue) = 6+240+251=497 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #06F0FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F0FB is #F90F04. Grayscale: #ABABAB. Windows color (decimal): -16322309 or 16510982. OLE color: 16510982.
HSL color Cylindrical-coordinate representation of color #06F0FB: hue angle of 182.69º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06F0FB is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 240 | 251 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.02 |
| HSL | 182.69º | 0.97% | 0.5% | - |
| HSV(B) | 182.69º | 0.98% | 0.98% | - |
| XYZ | 48.65 | 69.32 | 102.08 | - |
| YUV | 171.29 | 172.98 | 10.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 251 | 0.98 | 0.04 | 0 | 0.02 | 182.69 | 0.97 | 0.5 |
| Hex | 6 | F0 | FB | 62 | 4 | 0 | 2 | B7 | 61 | 32 |
| Octal | 6 | 360 | 373 | 142 | 4 | 0 | 2 | 267 | 141 | 62 |
| Binary | 110 | 11110000 | 11111011 | 1100010 | 100 | 0 | 10 | 10110111 | 1100001 | 110010 |
Color Harmonies of #06F0FB
Complementary color
Monochromatic Colors of #06F0FB
Black with #06F0FB
Text Example
Text Example
White with #06F0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F0FB; }
p { color: rgb(6,240,251); }
H1.HeaderClassName
{
color: #06F0FB;
}
.AnyTagClassName
{
color: #06F0FB;
}
</style>
background-color css
<style>
a { background-color: #06F0FB; }
a { background-color: rgb(6,240,251); }
div.DivClassName
{
background-color: #06F0FB;
}
.BgClassName
{
background-color: #06F0FB;
}
</style>
border-color css
<style>
span { border-color: #06F0FB; }
span { border-color: rgb(6,240,251); }
td.TdClassName
{
border-color: #06F0FB;
}
.TagClassName
{
border-color: #06F0FB;
}
</style>