Shades of Aqua #06F8FE
Tints of Aqua #06F8FE
RGB
CMYK
RGB Variations
Color information
#06F8FE (or 0x06F8FE) is known color: Aqua. HEX triplet: 06, F8 and FE. RGB value is (6,248,254). Sum of RGB (Red+Green+Blue) = 6+248+254=508 (67% of max value = 765). Red value is 6 (2.73% from 255 or 1.18% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #06F8FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F8FE is #F90701. Grayscale: #B0B0B0. Windows color (decimal): -16320258 or 16709638. OLE color: 16709638.
HSL color Cylindrical-coordinate representation of color #06F8FE: hue angle of 181.45º 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 #06F8FE is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 248 | 254 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.00 |
| HSL | 181.45º | 0.99% | 0.51% | - |
| HSV(B) | 181.45º | 0.98% | 1% | - |
| XYZ | 51.53 | 74.33 | 105.4 | - |
| YUV | 176.33 | 171.83 | 6.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 248 | 254 | 0.98 | 0.02 | 0 | 0.00 | 181.45 | 0.99 | 0.51 |
| Hex | 6 | F8 | FE | 62 | 2 | 0 | 0 | B5 | 63 | 33 |
| Octal | 6 | 370 | 376 | 142 | 2 | 0 | 0 | 265 | 143 | 63 |
| Binary | 110 | 11111000 | 11111110 | 1100010 | 10 | 0 | 0 | 10110101 | 1100011 | 110011 |
Color Harmonies of #06F8FE
Complementary color
Monochromatic Colors of #06F8FE
Black with #06F8FE
Text Example
Text Example
White with #06F8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F8FE; }
p { color: rgb(6,248,254); }
H1.HeaderClassName
{
color: #06F8FE;
}
.AnyTagClassName
{
color: #06F8FE;
}
</style>
background-color css
<style>
a { background-color: #06F8FE; }
a { background-color: rgb(6,248,254); }
div.DivClassName
{
background-color: #06F8FE;
}
.BgClassName
{
background-color: #06F8FE;
}
</style>
border-color css
<style>
span { border-color: #06F8FE; }
span { border-color: rgb(6,248,254); }
td.TdClassName
{
border-color: #06F8FE;
}
.TagClassName
{
border-color: #06F8FE;
}
</style>