Shades of Aqua #0CE0FE
Tints of Aqua #0CE0FE
RGB
CMYK
RGB Variations
Color information
#0CE0FE (or 0x0CE0FE) is known color: Aqua. HEX triplet: 0C, E0 and FE. RGB value is (12,224,254). Sum of RGB (Red+Green+Blue) = 12+224+254=490 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 490); Green value is 224 (87.89% from 255 or 45.71% 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 #0CE0FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CE0FE is #F31F01. Grayscale: #A3A3A3. Windows color (decimal): -15933186 or 16703500. OLE color: 16703500.
HSL color Cylindrical-coordinate representation of color #0CE0FE: hue angle of 187.44º 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 #0CE0FE is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 224 | 254 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.00 |
| HSL | 187.44º | 0.99% | 0.52% | - |
| HSV(B) | 187.44º | 0.95% | 1% | - |
| XYZ | 44.7 | 60.55 | 103.1 | - |
| YUV | 164.03 | 178.76 | 19.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 224 | 254 | 0.95 | 0.12 | 0 | 0.00 | 187.44 | 0.99 | 0.52 |
| Hex | C | E0 | FE | 5F | C | 0 | 0 | BB | 63 | 34 |
| Octal | 14 | 340 | 376 | 137 | 14 | 0 | 0 | 273 | 143 | 64 |
| Binary | 1100 | 11100000 | 11111110 | 1011111 | 1100 | 0 | 0 | 10111011 | 1100011 | 110100 |
Color Harmonies of #0CE0FE
Complementary color
Monochromatic Colors of #0CE0FE
Black with #0CE0FE
Text Example
Text Example
White with #0CE0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE0FE; }
p { color: rgb(12,224,254); }
H1.HeaderClassName
{
color: #0CE0FE;
}
.AnyTagClassName
{
color: #0CE0FE;
}
</style>
background-color css
<style>
a { background-color: #0CE0FE; }
a { background-color: rgb(12,224,254); }
div.DivClassName
{
background-color: #0CE0FE;
}
.BgClassName
{
background-color: #0CE0FE;
}
</style>
border-color css
<style>
span { border-color: #0CE0FE; }
span { border-color: rgb(12,224,254); }
td.TdClassName
{
border-color: #0CE0FE;
}
.TagClassName
{
border-color: #0CE0FE;
}
</style>