Shades of Aqua #00ECFF
Tints of Aqua #00ECFF
RGB
CMYK
RGB Variations
Color information
#00ECFF (or 0x00ECFF) is known color: Aqua. HEX triplet: 00, EC and FF. RGB value is (0,236,255). Sum of RGB (Red+Green+Blue) = 0+236+255=491 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #00ECFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECFF is #FF1300. Grayscale: #A7A7A7. Windows color (decimal): -16716545 or 16772096. OLE color: 16772096.
HSL color Cylindrical-coordinate representation of color #00ECFF: hue angle of 184.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ECFF is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 236 | 255 | - |
| CMYK | 1 | 0.07 | 0 | 0 |
| HSL | 184.47º | 1% | 0.5% | - |
| HSV(B) | 184.47º | 1% | 1% | - |
| XYZ | 48.05 | 67.21 | 105.05 | - |
| YUV | 167.6 | 177.31 | 8.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 255 | 1 | 0.07 | 0 | 0 | 184.47 | 1 | 0.5 |
| Hex | 0 | EC | FF | 64 | 7 | 0 | 0 | B8 | 64 | 32 |
| Octal | 0 | 354 | 377 | 144 | 7 | 0 | 0 | 270 | 144 | 62 |
| Binary | 0 | 11101100 | 11111111 | 1100100 | 111 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #00ECFF
Complementary color
Monochromatic Colors of #00ECFF
Black with #00ECFF
Text Example
Text Example
White with #00ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECFF; }
p { color: rgb(0,236,255); }
H1.HeaderClassName
{
color: #00ECFF;
}
.AnyTagClassName
{
color: #00ECFF;
}
</style>
background-color css
<style>
a { background-color: #00ECFF; }
a { background-color: rgb(0,236,255); }
div.DivClassName
{
background-color: #00ECFF;
}
.BgClassName
{
background-color: #00ECFF;
}
</style>
border-color css
<style>
span { border-color: #00ECFF; }
span { border-color: rgb(0,236,255); }
td.TdClassName
{
border-color: #00ECFF;
}
.TagClassName
{
border-color: #00ECFF;
}
</style>