Shades of Aqua #06DFFE
Tints of Aqua #06DFFE
RGB
CMYK
RGB Variations
Color information
#06DFFE (or 0x06DFFE) is known color: Aqua. HEX triplet: 06, DF and FE. RGB value is (6,223,254). Sum of RGB (Red+Green+Blue) = 6+223+254=483 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #06DFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DFFE is #F92001. Grayscale: #A1A1A1. Windows color (decimal): -16326658 or 16703238. OLE color: 16703238.
HSL color Cylindrical-coordinate representation of color #06DFFE: hue angle of 187.5º 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 #06DFFE is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 223 | 254 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.00 |
| HSL | 187.5º | 0.99% | 0.51% | - |
| HSV(B) | 187.5º | 0.98% | 1% | - |
| XYZ | 44.35 | 59.97 | 103 | - |
| YUV | 161.65 | 180.11 | 16.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 254 | 0.98 | 0.12 | 0 | 0.00 | 187.5 | 0.99 | 0.51 |
| Hex | 6 | DF | FE | 62 | C | 0 | 0 | BC | 63 | 33 |
| Octal | 6 | 337 | 376 | 142 | 14 | 0 | 0 | 274 | 143 | 63 |
| Binary | 110 | 11011111 | 11111110 | 1100010 | 1100 | 0 | 0 | 10111100 | 1100011 | 110011 |
Color Harmonies of #06DFFE
Complementary color
Monochromatic Colors of #06DFFE
Black with #06DFFE
Text Example
Text Example
White with #06DFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DFFE; }
p { color: rgb(6,223,254); }
H1.HeaderClassName
{
color: #06DFFE;
}
.AnyTagClassName
{
color: #06DFFE;
}
</style>
background-color css
<style>
a { background-color: #06DFFE; }
a { background-color: rgb(6,223,254); }
div.DivClassName
{
background-color: #06DFFE;
}
.BgClassName
{
background-color: #06DFFE;
}
</style>
border-color css
<style>
span { border-color: #06DFFE; }
span { border-color: rgb(6,223,254); }
td.TdClassName
{
border-color: #06DFFE;
}
.TagClassName
{
border-color: #06DFFE;
}
</style>