Shades of Aqua #06F7FB
Tints of Aqua #06F7FB
RGB
CMYK
RGB Variations
Color information
#06F7FB (or 0x06F7FB) is known color: Aqua. HEX triplet: 06, F7 and FB. RGB value is (6,247,251). Sum of RGB (Red+Green+Blue) = 6+247+251=504 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.19% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #06F7FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F7FB is #F90804. Grayscale: #AFAFAF. Windows color (decimal): -16320517 or 16512774. OLE color: 16512774.
HSL color Cylindrical-coordinate representation of color #06F7FB: hue angle of 180.98º 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 #06F7FB is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 247 | 251 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.02 |
| HSL | 180.98º | 0.97% | 0.5% | - |
| HSV(B) | 180.98º | 0.98% | 0.98% | - |
| XYZ | 50.75 | 73.53 | 102.78 | - |
| YUV | 175.4 | 170.66 | 7.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 247 | 251 | 0.98 | 0.02 | 0 | 0.02 | 180.98 | 0.97 | 0.5 |
| Hex | 6 | F7 | FB | 62 | 2 | 0 | 2 | B5 | 61 | 32 |
| Octal | 6 | 367 | 373 | 142 | 2 | 0 | 2 | 265 | 141 | 62 |
| Binary | 110 | 11110111 | 11111011 | 1100010 | 10 | 0 | 10 | 10110101 | 1100001 | 110010 |
Color Harmonies of #06F7FB
Complementary color
Monochromatic Colors of #06F7FB
Black with #06F7FB
Text Example
Text Example
White with #06F7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F7FB; }
p { color: rgb(6,247,251); }
H1.HeaderClassName
{
color: #06F7FB;
}
.AnyTagClassName
{
color: #06F7FB;
}
</style>
background-color css
<style>
a { background-color: #06F7FB; }
a { background-color: rgb(6,247,251); }
div.DivClassName
{
background-color: #06F7FB;
}
.BgClassName
{
background-color: #06F7FB;
}
</style>
border-color css
<style>
span { border-color: #06F7FB; }
span { border-color: rgb(6,247,251); }
td.TdClassName
{
border-color: #06F7FB;
}
.TagClassName
{
border-color: #06F7FB;
}
</style>