Shades of Aqua #00ECFE
Tints of Aqua #00ECFE
RGB
CMYK
RGB Variations
Color information
#00ECFE (or 0x00ECFE) is known color: Aqua. HEX triplet: 00, EC and FE. RGB value is (0,236,254). Sum of RGB (Red+Green+Blue) = 0+236+254=490 (64% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #00ECFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00ECFE is #FF1301. Grayscale: #A7A7A7. Windows color (decimal): -16716546 or 16706560. OLE color: 16706560.
HSL color Cylindrical-coordinate representation of color #00ECFE: hue angle of 184.25º 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 #00ECFE is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 236 | 254 | - |
| CMYK | 1 | 0.07 | 0 | 0.00 |
| HSL | 184.25º | 1% | 0.5% | - |
| HSV(B) | 184.25º | 1% | 1% | - |
| XYZ | 47.88 | 67.15 | 104.2 | - |
| YUV | 167.49 | 176.81 | 8.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 254 | 1 | 0.07 | 0 | 0.00 | 184.25 | 1 | 0.5 |
| Hex | 0 | EC | FE | 64 | 7 | 0 | 0 | B8 | 64 | 32 |
| Octal | 0 | 354 | 376 | 144 | 7 | 0 | 0 | 270 | 144 | 62 |
| Binary | 0 | 11101100 | 11111110 | 1100100 | 111 | 0 | 0 | 10111000 | 1100100 | 110010 |
Color Harmonies of #00ECFE
Complementary color
Monochromatic Colors of #00ECFE
Black with #00ECFE
Text Example
Text Example
White with #00ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ECFE; }
p { color: rgb(0,236,254); }
H1.HeaderClassName
{
color: #00ECFE;
}
.AnyTagClassName
{
color: #00ECFE;
}
</style>
background-color css
<style>
a { background-color: #00ECFE; }
a { background-color: rgb(0,236,254); }
div.DivClassName
{
background-color: #00ECFE;
}
.BgClassName
{
background-color: #00ECFE;
}
</style>
border-color css
<style>
span { border-color: #00ECFE; }
span { border-color: rgb(0,236,254); }
td.TdClassName
{
border-color: #00ECFE;
}
.TagClassName
{
border-color: #00ECFE;
}
</style>