Shades of Aqua #06F9FE
Tints of Aqua #06F9FE
RGB
CMYK
RGB Variations
Color information
#06F9FE (or 0x06F9FE) is known color: Aqua. HEX triplet: 06, F9 and FE. RGB value is (6,249,254). Sum of RGB (Red+Green+Blue) = 6+249+254=509 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.18% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #06F9FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F9FE is #F90601. Grayscale: #B0B0B0. Windows color (decimal): -16320002 or 16709894. OLE color: 16709894.
HSL color Cylindrical-coordinate representation of color #06F9FE: hue angle of 181.21º 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 #06F9FE is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 249 | 254 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.00 |
| HSL | 181.21º | 0.99% | 0.51% | - |
| HSV(B) | 181.21º | 0.98% | 1% | - |
| XYZ | 51.84 | 74.95 | 105.5 | - |
| YUV | 176.91 | 171.49 | 6.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 249 | 254 | 0.98 | 0.02 | 0 | 0.00 | 181.21 | 0.99 | 0.51 |
| Hex | 6 | F9 | FE | 62 | 2 | 0 | 0 | B5 | 63 | 33 |
| Octal | 6 | 371 | 376 | 142 | 2 | 0 | 0 | 265 | 143 | 63 |
| Binary | 110 | 11111001 | 11111110 | 1100010 | 10 | 0 | 0 | 10110101 | 1100011 | 110011 |
Color Harmonies of #06F9FE
Complementary color
Monochromatic Colors of #06F9FE
Black with #06F9FE
Text Example
Text Example
White with #06F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F9FE; }
p { color: rgb(6,249,254); }
H1.HeaderClassName
{
color: #06F9FE;
}
.AnyTagClassName
{
color: #06F9FE;
}
</style>
background-color css
<style>
a { background-color: #06F9FE; }
a { background-color: rgb(6,249,254); }
div.DivClassName
{
background-color: #06F9FE;
}
.BgClassName
{
background-color: #06F9FE;
}
</style>
border-color css
<style>
span { border-color: #06F9FE; }
span { border-color: rgb(6,249,254); }
td.TdClassName
{
border-color: #06F9FE;
}
.TagClassName
{
border-color: #06F9FE;
}
</style>