Shades of Aqua #06EFF6
Tints of Aqua #06EFF6
RGB
CMYK
RGB Variations
Color information
#06EFF6 (or 0x06EFF6) is known color: Aqua. HEX triplet: 06, EF and F6. RGB value is (6,239,246). Sum of RGB (Red+Green+Blue) = 6+239+246=491 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.22% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #06EFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EFF6 is #F91009. Grayscale: #A9A9A9. Windows color (decimal): -16322570 or 16183046. OLE color: 16183046.
HSL color Cylindrical-coordinate representation of color #06EFF6: hue angle of 181.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06EFF6 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 239 | 246 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.04 |
| HSL | 181.75º | 0.95% | 0.49% | - |
| HSV(B) | 181.75º | 0.98% | 0.96% | - |
| XYZ | 47.58 | 68.43 | 97.89 | - |
| YUV | 170.13 | 170.81 | 10.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 239 | 246 | 0.98 | 0.03 | 0 | 0.04 | 181.75 | 0.95 | 0.49 |
| Hex | 6 | EF | F6 | 62 | 3 | 0 | 4 | B6 | 5F | 31 |
| Octal | 6 | 357 | 366 | 142 | 3 | 0 | 4 | 266 | 137 | 61 |
| Binary | 110 | 11101111 | 11110110 | 1100010 | 11 | 0 | 100 | 10110110 | 1011111 | 110001 |
Color Harmonies of #06EFF6
Complementary color
Monochromatic Colors of #06EFF6
Black with #06EFF6
Text Example
Text Example
White with #06EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EFF6; }
p { color: rgb(6,239,246); }
H1.HeaderClassName
{
color: #06EFF6;
}
.AnyTagClassName
{
color: #06EFF6;
}
</style>
background-color css
<style>
a { background-color: #06EFF6; }
a { background-color: rgb(6,239,246); }
div.DivClassName
{
background-color: #06EFF6;
}
.BgClassName
{
background-color: #06EFF6;
}
</style>
border-color css
<style>
span { border-color: #06EFF6; }
span { border-color: rgb(6,239,246); }
td.TdClassName
{
border-color: #06EFF6;
}
.TagClassName
{
border-color: #06EFF6;
}
</style>