Shades of Aqua #06F0FE
Tints of Aqua #06F0FE
RGB
CMYK
RGB Variations
Color information
#06F0FE (or 0x06F0FE) is known color: Aqua. HEX triplet: 06, F0 and FE. RGB value is (6,240,254). Sum of RGB (Red+Green+Blue) = 6+240+254=500 (66% of max value = 765). Red value is 6 (2.73% from 255 or 1.2% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #06F0FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06F0FE is #F90F01. Grayscale: #ABABAB. Windows color (decimal): -16322306 or 16707590. OLE color: 16707590.
HSL color Cylindrical-coordinate representation of color #06F0FE: hue angle of 183.39º 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 #06F0FE is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 240 | 254 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.00 |
| HSL | 183.39º | 0.99% | 0.51% | - |
| HSV(B) | 183.39º | 0.98% | 1% | - |
| XYZ | 49.12 | 69.51 | 104.59 | - |
| YUV | 171.63 | 174.48 | 9.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 240 | 254 | 0.98 | 0.06 | 0 | 0.00 | 183.39 | 0.99 | 0.51 |
| Hex | 6 | F0 | FE | 62 | 6 | 0 | 0 | B7 | 63 | 33 |
| Octal | 6 | 360 | 376 | 142 | 6 | 0 | 0 | 267 | 143 | 63 |
| Binary | 110 | 11110000 | 11111110 | 1100010 | 110 | 0 | 0 | 10110111 | 1100011 | 110011 |
Color Harmonies of #06F0FE
Complementary color
Monochromatic Colors of #06F0FE
Black with #06F0FE
Text Example
Text Example
White with #06F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06F0FE; }
p { color: rgb(6,240,254); }
H1.HeaderClassName
{
color: #06F0FE;
}
.AnyTagClassName
{
color: #06F0FE;
}
</style>
background-color css
<style>
a { background-color: #06F0FE; }
a { background-color: rgb(6,240,254); }
div.DivClassName
{
background-color: #06F0FE;
}
.BgClassName
{
background-color: #06F0FE;
}
</style>
border-color css
<style>
span { border-color: #06F0FE; }
span { border-color: rgb(6,240,254); }
td.TdClassName
{
border-color: #06F0FE;
}
.TagClassName
{
border-color: #06F0FE;
}
</style>