Shades of Aqua #06FBFF
Tints of Aqua #06FBFF
RGB
CMYK
RGB Variations
Color information
#06FBFF (or 0x06FBFF) is known color: Aqua. HEX triplet: 06, FB and FF. RGB value is (6,251,255). Sum of RGB (Red+Green+Blue) = 6+251+255=512 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.17% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #06FBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FBFF is #F90400. Grayscale: #B1B1B1. Windows color (decimal): -16319489 or 16775942. OLE color: 16775942.
HSL color Cylindrical-coordinate representation of color #06FBFF: hue angle of 180.96º 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 #06FBFF is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 251 | 255 | - |
| CMYK | 0.98 | 0.02 | 0 | 0 |
| HSL | 180.96º | 1% | 0.51% | - |
| HSV(B) | 180.96º | 0.98% | 1% | - |
| XYZ | 52.62 | 76.25 | 106.55 | - |
| YUV | 178.2 | 171.33 | 5.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 251 | 255 | 0.98 | 0.02 | 0 | 0 | 180.96 | 1 | 0.51 |
| Hex | 6 | FB | FF | 62 | 2 | 0 | 0 | B5 | 64 | 33 |
| Octal | 6 | 373 | 377 | 142 | 2 | 0 | 0 | 265 | 144 | 63 |
| Binary | 110 | 11111011 | 11111111 | 1100010 | 10 | 0 | 0 | 10110101 | 1100100 | 110011 |
Color Harmonies of #06FBFF
Complementary color
Monochromatic Colors of #06FBFF
Black with #06FBFF
Text Example
Text Example
White with #06FBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FBFF; }
p { color: rgb(6,251,255); }
H1.HeaderClassName
{
color: #06FBFF;
}
.AnyTagClassName
{
color: #06FBFF;
}
</style>
background-color css
<style>
a { background-color: #06FBFF; }
a { background-color: rgb(6,251,255); }
div.DivClassName
{
background-color: #06FBFF;
}
.BgClassName
{
background-color: #06FBFF;
}
</style>
border-color css
<style>
span { border-color: #06FBFF; }
span { border-color: rgb(6,251,255); }
td.TdClassName
{
border-color: #06FBFF;
}
.TagClassName
{
border-color: #06FBFF;
}
</style>