Shades of Aqua #06E5FC
Tints of Aqua #06E5FC
RGB
CMYK
RGB Variations
Color information
#06E5FC (or 0x06E5FC) is known color: Aqua. HEX triplet: 06, E5 and FC. RGB value is (6,229,252). Sum of RGB (Red+Green+Blue) = 6+229+252=487 (64% of max value = 765). Red value is 6 (2.73% from 255 or 1.23% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #06E5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06E5FC is #F91A03. Grayscale: #A4A4A4. Windows color (decimal): -16325124 or 16573702. OLE color: 16573702.
HSL color Cylindrical-coordinate representation of color #06E5FC: hue angle of 185.61º 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 #06E5FC is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 229 | 252 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.01 |
| HSL | 185.61º | 0.98% | 0.51% | - |
| HSV(B) | 185.61º | 0.98% | 0.99% | - |
| XYZ | 45.67 | 63.11 | 101.87 | - |
| YUV | 164.95 | 177.12 | 14.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 229 | 252 | 0.98 | 0.09 | 0 | 0.01 | 185.61 | 0.98 | 0.51 |
| Hex | 6 | E5 | FC | 62 | 9 | 0 | 1 | BA | 62 | 33 |
| Octal | 6 | 345 | 374 | 142 | 11 | 0 | 1 | 272 | 142 | 63 |
| Binary | 110 | 11100101 | 11111100 | 1100010 | 1001 | 0 | 1 | 10111010 | 1100010 | 110011 |
Color Harmonies of #06E5FC
Complementary color
Monochromatic Colors of #06E5FC
Black with #06E5FC
Text Example
Text Example
White with #06E5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06E5FC; }
p { color: rgb(6,229,252); }
H1.HeaderClassName
{
color: #06E5FC;
}
.AnyTagClassName
{
color: #06E5FC;
}
</style>
background-color css
<style>
a { background-color: #06E5FC; }
a { background-color: rgb(6,229,252); }
div.DivClassName
{
background-color: #06E5FC;
}
.BgClassName
{
background-color: #06E5FC;
}
</style>
border-color css
<style>
span { border-color: #06E5FC; }
span { border-color: rgb(6,229,252); }
td.TdClassName
{
border-color: #06E5FC;
}
.TagClassName
{
border-color: #06E5FC;
}
</style>