Shades of Aqua #06F6FE
Tints of Aqua #06F6FE
RGB
CMYK
RGB Variations
Color information
#06F6FE (or 0x06F6FE) is known color: Aqua. HEX triplet: 06, F6 and FE. RGB value is (6,246,254). Sum of RGB (Red+Green+Blue) = 6+246+254=506 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.19% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #06F6FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F6FE is #F90901. Grayscale: #AEAEAE. Windows color (decimal): -16320770 or 16709126. OLE color: 16709126.
HSL color Cylindrical-coordinate representation of color #06F6FE: hue angle of 181.94º 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 #06F6FE is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 246 | 254 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.00 |
| HSL | 181.94º | 0.99% | 0.51% | - |
| HSV(B) | 181.94º | 0.98% | 1% | - |
| XYZ | 50.92 | 73.11 | 105.19 | - |
| YUV | 175.15 | 172.49 | 7.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 246 | 254 | 0.98 | 0.03 | 0 | 0.00 | 181.94 | 0.99 | 0.51 |
| Hex | 6 | F6 | FE | 62 | 3 | 0 | 0 | B6 | 63 | 33 |
| Octal | 6 | 366 | 376 | 142 | 3 | 0 | 0 | 266 | 143 | 63 |
| Binary | 110 | 11110110 | 11111110 | 1100010 | 11 | 0 | 0 | 10110110 | 1100011 | 110011 |
Color Harmonies of #06F6FE
Complementary color
Monochromatic Colors of #06F6FE
Black with #06F6FE
Text Example
Text Example
White with #06F6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F6FE; }
p { color: rgb(6,246,254); }
H1.HeaderClassName
{
color: #06F6FE;
}
.AnyTagClassName
{
color: #06F6FE;
}
</style>
background-color css
<style>
a { background-color: #06F6FE; }
a { background-color: rgb(6,246,254); }
div.DivClassName
{
background-color: #06F6FE;
}
.BgClassName
{
background-color: #06F6FE;
}
</style>
border-color css
<style>
span { border-color: #06F6FE; }
span { border-color: rgb(6,246,254); }
td.TdClassName
{
border-color: #06F6FE;
}
.TagClassName
{
border-color: #06F6FE;
}
</style>