Shades of Aqua #0CE2FE
Tints of Aqua #0CE2FE
RGB
CMYK
RGB Variations
Color information
#0CE2FE (or 0x0CE2FE) is known color: Aqua. HEX triplet: 0C, E2 and FE. RGB value is (12,226,254). Sum of RGB (Red+Green+Blue) = 12+226+254=492 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.44% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CE2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE2FE is #F31D01. Grayscale: #A4A4A4. Windows color (decimal): -15932674 or 16704012. OLE color: 16704012.
HSL color Cylindrical-coordinate representation of color #0CE2FE: hue angle of 186.94º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE2FE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 226 | 254 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.00 |
| HSL | 186.94º | 0.99% | 0.52% | - |
| HSV(B) | 186.94º | 0.95% | 1% | - |
| XYZ | 45.24 | 61.63 | 103.28 | - |
| YUV | 165.21 | 178.1 | 18.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 226 | 254 | 0.95 | 0.11 | 0 | 0.00 | 186.94 | 0.99 | 0.52 |
| Hex | C | E2 | FE | 5F | B | 0 | 0 | BB | 63 | 34 |
| Octal | 14 | 342 | 376 | 137 | 13 | 0 | 0 | 273 | 143 | 64 |
| Binary | 1100 | 11100010 | 11111110 | 1011111 | 1011 | 0 | 0 | 10111011 | 1100011 | 110100 |
Color Harmonies of #0CE2FE
Complementary color
Monochromatic Colors of #0CE2FE
Black with #0CE2FE
Text Example
Text Example
White with #0CE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE2FE; }
p { color: rgb(12,226,254); }
H1.HeaderClassName
{
color: #0CE2FE;
}
.AnyTagClassName
{
color: #0CE2FE;
}
</style>
background-color css
<style>
a { background-color: #0CE2FE; }
a { background-color: rgb(12,226,254); }
div.DivClassName
{
background-color: #0CE2FE;
}
.BgClassName
{
background-color: #0CE2FE;
}
</style>
border-color css
<style>
span { border-color: #0CE2FE; }
span { border-color: rgb(12,226,254); }
td.TdClassName
{
border-color: #0CE2FE;
}
.TagClassName
{
border-color: #0CE2FE;
}
</style>