Shades of Aqua #06EAFE
Tints of Aqua #06EAFE
RGB
CMYK
RGB Variations
Color information
#06EAFE (or 0x06EAFE) is known color: Aqua. HEX triplet: 06, EA and FE. RGB value is (6,234,254). Sum of RGB (Red+Green+Blue) = 6+234+254=494 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #06EAFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EAFE is #F91501. Grayscale: #A7A7A7. Windows color (decimal): -16323842 or 16706054. OLE color: 16706054.
HSL color Cylindrical-coordinate representation of color #06EAFE: hue angle of 184.84º 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 #06EAFE is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 234 | 254 | - |
| CMYK | 0.98 | 0.08 | 0 | 0.00 |
| HSL | 184.84º | 0.99% | 0.51% | - |
| HSV(B) | 184.84º | 0.98% | 1% | - |
| XYZ | 47.39 | 66.04 | 104.02 | - |
| YUV | 168.11 | 176.46 | 12.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 234 | 254 | 0.98 | 0.08 | 0 | 0.00 | 184.84 | 0.99 | 0.51 |
| Hex | 6 | EA | FE | 62 | 8 | 0 | 0 | B9 | 63 | 33 |
| Octal | 6 | 352 | 376 | 142 | 10 | 0 | 0 | 271 | 143 | 63 |
| Binary | 110 | 11101010 | 11111110 | 1100010 | 1000 | 0 | 0 | 10111001 | 1100011 | 110011 |
Color Harmonies of #06EAFE
Complementary color
Monochromatic Colors of #06EAFE
Black with #06EAFE
Text Example
Text Example
White with #06EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EAFE; }
p { color: rgb(6,234,254); }
H1.HeaderClassName
{
color: #06EAFE;
}
.AnyTagClassName
{
color: #06EAFE;
}
</style>
background-color css
<style>
a { background-color: #06EAFE; }
a { background-color: rgb(6,234,254); }
div.DivClassName
{
background-color: #06EAFE;
}
.BgClassName
{
background-color: #06EAFE;
}
</style>
border-color css
<style>
span { border-color: #06EAFE; }
span { border-color: rgb(6,234,254); }
td.TdClassName
{
border-color: #06EAFE;
}
.TagClassName
{
border-color: #06EAFE;
}
</style>