Shades of Aqua #12E3FF
Tints of Aqua #12E3FF
RGB
CMYK
RGB Variations
Color information
#12E3FF (or 0x12E3FF) is known color: Aqua. HEX triplet: 12, E3 and FF. RGB value is (18,227,255). Sum of RGB (Red+Green+Blue) = 18+227+255=500 (66% of max value = 765). Red value is 18 (7.42% from 255 or 3.6% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #12E3FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #12E3FF is #ED1C00. Grayscale: #A7A7A7. Windows color (decimal): -15539201 or 16769810. OLE color: 16769810.
HSL color Cylindrical-coordinate representation of color #12E3FF: hue angle of 187.09º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12E3FF is Cyan = 0.93, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 227 | 255 | - |
| CMYK | 0.93 | 0.11 | 0 | 0 |
| HSL | 187.09º | 1% | 0.54% | - |
| HSV(B) | 187.09º | 0.93% | 1% | - |
| XYZ | 45.77 | 62.29 | 104.22 | - |
| YUV | 167.7 | 177.26 | 21.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 227 | 255 | 0.93 | 0.11 | 0 | 0 | 187.09 | 1 | 0.54 |
| Hex | 12 | E3 | FF | 5D | B | 0 | 0 | BB | 64 | 36 |
| Octal | 22 | 343 | 377 | 135 | 13 | 0 | 0 | 273 | 144 | 66 |
| Binary | 10010 | 11100011 | 11111111 | 1011101 | 1011 | 0 | 0 | 10111011 | 1100100 | 110110 |
Color Harmonies of #12E3FF
Complementary color
Monochromatic Colors of #12E3FF
Black with #12E3FF
Text Example
Text Example
White with #12E3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12E3FF; }
p { color: rgb(18,227,255); }
H1.HeaderClassName
{
color: #12E3FF;
}
.AnyTagClassName
{
color: #12E3FF;
}
</style>
background-color css
<style>
a { background-color: #12E3FF; }
a { background-color: rgb(18,227,255); }
div.DivClassName
{
background-color: #12E3FF;
}
.BgClassName
{
background-color: #12E3FF;
}
</style>
border-color css
<style>
span { border-color: #12E3FF; }
span { border-color: rgb(18,227,255); }
td.TdClassName
{
border-color: #12E3FF;
}
.TagClassName
{
border-color: #12E3FF;
}
</style>