Shades of Aqua #12ECFE
Tints of Aqua #12ECFE
RGB
CMYK
RGB Variations
Color information
#12ECFE (or 0x12ECFE) is known color: Aqua. HEX triplet: 12, EC and FE. RGB value is (18,236,254). Sum of RGB (Red+Green+Blue) = 18+236+254=508 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #12ECFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12ECFE is #ED1301. Grayscale: #ACACAC. Windows color (decimal): -15536898 or 16706578. OLE color: 16706578.
HSL color Cylindrical-coordinate representation of color #12ECFE: hue angle of 184.58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12ECFE is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 236 | 254 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.00 |
| HSL | 184.58º | 0.99% | 0.53% | - |
| HSV(B) | 184.58º | 0.93% | 1% | - |
| XYZ | 48.13 | 67.28 | 104.21 | - |
| YUV | 172.87 | 173.78 | 17.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 236 | 254 | 0.93 | 0.07 | 0 | 0.00 | 184.58 | 0.99 | 0.53 |
| Hex | 12 | EC | FE | 5D | 7 | 0 | 0 | B9 | 63 | 35 |
| Octal | 22 | 354 | 376 | 135 | 7 | 0 | 0 | 271 | 143 | 65 |
| Binary | 10010 | 11101100 | 11111110 | 1011101 | 111 | 0 | 0 | 10111001 | 1100011 | 110101 |
Color Harmonies of #12ECFE
Complementary color
Monochromatic Colors of #12ECFE
Black with #12ECFE
Text Example
Text Example
White with #12ECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12ECFE; }
p { color: rgb(18,236,254); }
H1.HeaderClassName
{
color: #12ECFE;
}
.AnyTagClassName
{
color: #12ECFE;
}
</style>
background-color css
<style>
a { background-color: #12ECFE; }
a { background-color: rgb(18,236,254); }
div.DivClassName
{
background-color: #12ECFE;
}
.BgClassName
{
background-color: #12ECFE;
}
</style>
border-color css
<style>
span { border-color: #12ECFE; }
span { border-color: rgb(18,236,254); }
td.TdClassName
{
border-color: #12ECFE;
}
.TagClassName
{
border-color: #12ECFE;
}
</style>