Shades of Aqua #06E9FA
Tints of Aqua #06E9FA
RGB
CMYK
RGB Variations
Color information
#06E9FA (or 0x06E9FA) is known color: Aqua. HEX triplet: 06, E9 and FA. RGB value is (6,233,250). Sum of RGB (Red+Green+Blue) = 6+233+250=489 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.23% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #06E9FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06E9FA is #F91605. Grayscale: #A6A6A6. Windows color (decimal): -16324102 or 16443654. OLE color: 16443654.
HSL color Cylindrical-coordinate representation of color #06E9FA: hue angle of 184.18º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06E9FA is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 6 | 233 | 250 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.02 |
| HSL | 184.18º | 0.96% | 0.5% | - |
| HSV(B) | 184.18º | 0.98% | 0.98% | - |
| XYZ | 46.47 | 65.22 | 100.58 | - |
| YUV | 167.07 | 174.79 | 13.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 233 | 250 | 0.98 | 0.07 | 0 | 0.02 | 184.18 | 0.96 | 0.5 |
| Hex | 6 | E9 | FA | 62 | 7 | 0 | 2 | B8 | 60 | 32 |
| Octal | 6 | 351 | 372 | 142 | 7 | 0 | 2 | 270 | 140 | 62 |
| Binary | 110 | 11101001 | 11111010 | 1100010 | 111 | 0 | 10 | 10111000 | 1100000 | 110010 |
Color Harmonies of #06E9FA
Complementary color
Monochromatic Colors of #06E9FA
Black with #06E9FA
Text Example
Text Example
White with #06E9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E9FA; }
p { color: rgb(6,233,250); }
H1.HeaderClassName
{
color: #06E9FA;
}
.AnyTagClassName
{
color: #06E9FA;
}
</style>
background-color css
<style>
a { background-color: #06E9FA; }
a { background-color: rgb(6,233,250); }
div.DivClassName
{
background-color: #06E9FA;
}
.BgClassName
{
background-color: #06E9FA;
}
</style>
border-color css
<style>
span { border-color: #06E9FA; }
span { border-color: rgb(6,233,250); }
td.TdClassName
{
border-color: #06E9FA;
}
.TagClassName
{
border-color: #06E9FA;
}
</style>