Shades of Aqua #06EAFF
Tints of Aqua #06EAFF
RGB
CMYK
RGB Variations
Color information
#06EAFF (or 0x06EAFF) is known color: Aqua. HEX triplet: 06, EA and FF. RGB value is (6,234,255). Sum of RGB (Red+Green+Blue) = 6+234+255=495 (65% of max value = 765). Red value is 6 (2.73% from 255 or 1.21% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #06EAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #06EAFF is #F91500. Grayscale: #A7A7A7. Windows color (decimal): -16323841 or 16771590. OLE color: 16771590.
HSL color Cylindrical-coordinate representation of color #06EAFF: hue angle of 185.06º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06EAFF is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 234 | 255 | - |
| CMYK | 0.98 | 0.08 | 0 | 0 |
| HSL | 185.06º | 1% | 0.51% | - |
| HSV(B) | 185.06º | 0.98% | 1% | - |
| XYZ | 47.55 | 66.1 | 104.86 | - |
| YUV | 168.22 | 176.96 | 12.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 234 | 255 | 0.98 | 0.08 | 0 | 0 | 185.06 | 1 | 0.51 |
| Hex | 6 | EA | FF | 62 | 8 | 0 | 0 | B9 | 64 | 33 |
| Octal | 6 | 352 | 377 | 142 | 10 | 0 | 0 | 271 | 144 | 63 |
| Binary | 110 | 11101010 | 11111111 | 1100010 | 1000 | 0 | 0 | 10111001 | 1100100 | 110011 |
Color Harmonies of #06EAFF
Complementary color
Monochromatic Colors of #06EAFF
Black with #06EAFF
Text Example
Text Example
White with #06EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06EAFF; }
p { color: rgb(6,234,255); }
H1.HeaderClassName
{
color: #06EAFF;
}
.AnyTagClassName
{
color: #06EAFF;
}
</style>
background-color css
<style>
a { background-color: #06EAFF; }
a { background-color: rgb(6,234,255); }
div.DivClassName
{
background-color: #06EAFF;
}
.BgClassName
{
background-color: #06EAFF;
}
</style>
border-color css
<style>
span { border-color: #06EAFF; }
span { border-color: rgb(6,234,255); }
td.TdClassName
{
border-color: #06EAFF;
}
.TagClassName
{
border-color: #06EAFF;
}
</style>