Shades of Aqua #06DFFD
Tints of Aqua #06DFFD
RGB
CMYK
RGB Variations
Color information
#06DFFD (or 0x06DFFD) is known color: Aqua. HEX triplet: 06, DF and FD. RGB value is (6,223,253). Sum of RGB (Red+Green+Blue) = 6+223+253=482 (63% of max value = 765). Red value is 6 (2.73% from 255 or 1.24% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #06DFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06DFFD is #F92002. Grayscale: #A1A1A1. Windows color (decimal): -16326659 or 16637702. OLE color: 16637702.
HSL color Cylindrical-coordinate representation of color #06DFFD: hue angle of 187.29º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06DFFD is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 223 | 253 | - |
| CMYK | 0.98 | 0.12 | 0 | 0.01 |
| HSL | 187.29º | 0.98% | 0.51% | - |
| HSV(B) | 187.29º | 0.98% | 0.99% | - |
| XYZ | 44.19 | 59.91 | 102.16 | - |
| YUV | 161.54 | 179.61 | 17.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 223 | 253 | 0.98 | 0.12 | 0 | 0.01 | 187.29 | 0.98 | 0.51 |
| Hex | 6 | DF | FD | 62 | C | 0 | 1 | BB | 62 | 33 |
| Octal | 6 | 337 | 375 | 142 | 14 | 0 | 1 | 273 | 142 | 63 |
| Binary | 110 | 11011111 | 11111101 | 1100010 | 1100 | 0 | 1 | 10111011 | 1100010 | 110011 |
Color Harmonies of #06DFFD
Complementary color
Monochromatic Colors of #06DFFD
Black with #06DFFD
Text Example
Text Example
White with #06DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DFFD; }
p { color: rgb(6,223,253); }
H1.HeaderClassName
{
color: #06DFFD;
}
.AnyTagClassName
{
color: #06DFFD;
}
</style>
background-color css
<style>
a { background-color: #06DFFD; }
a { background-color: rgb(6,223,253); }
div.DivClassName
{
background-color: #06DFFD;
}
.BgClassName
{
background-color: #06DFFD;
}
</style>
border-color css
<style>
span { border-color: #06DFFD; }
span { border-color: rgb(6,223,253); }
td.TdClassName
{
border-color: #06DFFD;
}
.TagClassName
{
border-color: #06DFFD;
}
</style>