Shades of Aqua #06FBFE
Tints of Aqua #06FBFE
RGB
CMYK
RGB Variations
Color information
#06FBFE (or 0x06FBFE) is known color: Aqua. HEX triplet: 06, FB and FE. RGB value is (6,251,254). Sum of RGB (Red+Green+Blue) = 6+251+254=511 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.17% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #06FBFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06FBFE is #F90401. Grayscale: #B1B1B1. Windows color (decimal): -16319490 or 16710406. OLE color: 16710406.
HSL color Cylindrical-coordinate representation of color #06FBFE: hue angle of 180.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FBFE is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 251 | 254 | - |
| CMYK | 0.98 | 0.01 | 0 | 0.00 |
| HSL | 180.73º | 0.99% | 0.51% | - |
| HSV(B) | 180.73º | 0.98% | 1% | - |
| XYZ | 52.46 | 76.19 | 105.71 | - |
| YUV | 178.09 | 170.83 | 5.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 251 | 254 | 0.98 | 0.01 | 0 | 0.00 | 180.73 | 0.99 | 0.51 |
| Hex | 6 | FB | FE | 62 | 1 | 0 | 0 | B5 | 63 | 33 |
| Octal | 6 | 373 | 376 | 142 | 1 | 0 | 0 | 265 | 143 | 63 |
| Binary | 110 | 11111011 | 11111110 | 1100010 | 1 | 0 | 0 | 10110101 | 1100011 | 110011 |
Color Harmonies of #06FBFE
Complementary color
Monochromatic Colors of #06FBFE
Black with #06FBFE
Text Example
Text Example
White with #06FBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06FBFE; }
p { color: rgb(6,251,254); }
H1.HeaderClassName
{
color: #06FBFE;
}
.AnyTagClassName
{
color: #06FBFE;
}
</style>
background-color css
<style>
a { background-color: #06FBFE; }
a { background-color: rgb(6,251,254); }
div.DivClassName
{
background-color: #06FBFE;
}
.BgClassName
{
background-color: #06FBFE;
}
</style>
border-color css
<style>
span { border-color: #06FBFE; }
span { border-color: rgb(6,251,254); }
td.TdClassName
{
border-color: #06FBFE;
}
.TagClassName
{
border-color: #06FBFE;
}
</style>