Shades of Aqua #0CECFE
Tints of Aqua #0CECFE
RGB
CMYK
RGB Variations
Color information
#0CECFE (or 0x0CECFE) is known color: Aqua. HEX triplet: 0C, EC and FE. RGB value is (12,236,254). Sum of RGB (Red+Green+Blue) = 12+236+254=502 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.39% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CECFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CECFE is #F31301. Grayscale: #AAAAAA. Windows color (decimal): -15930114 or 16706572. OLE color: 16706572.
HSL color Cylindrical-coordinate representation of color #0CECFE: hue angle of 184.46º 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 #0CECFE is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 236 | 254 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.00 |
| HSL | 184.46º | 0.99% | 0.52% | - |
| HSV(B) | 184.46º | 0.95% | 1% | - |
| XYZ | 48.04 | 67.22 | 104.21 | - |
| YUV | 171.08 | 174.79 | 14.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 254 | 0.95 | 0.07 | 0 | 0.00 | 184.46 | 0.99 | 0.52 |
| Hex | C | EC | FE | 5F | 7 | 0 | 0 | B8 | 63 | 34 |
| Octal | 14 | 354 | 376 | 137 | 7 | 0 | 0 | 270 | 143 | 64 |
| Binary | 1100 | 11101100 | 11111110 | 1011111 | 111 | 0 | 0 | 10111000 | 1100011 | 110100 |
Color Harmonies of #0CECFE
Complementary color
Monochromatic Colors of #0CECFE
Black with #0CECFE
Text Example
Text Example
White with #0CECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECFE; }
p { color: rgb(12,236,254); }
H1.HeaderClassName
{
color: #0CECFE;
}
.AnyTagClassName
{
color: #0CECFE;
}
</style>
background-color css
<style>
a { background-color: #0CECFE; }
a { background-color: rgb(12,236,254); }
div.DivClassName
{
background-color: #0CECFE;
}
.BgClassName
{
background-color: #0CECFE;
}
</style>
border-color css
<style>
span { border-color: #0CECFE; }
span { border-color: rgb(12,236,254); }
td.TdClassName
{
border-color: #0CECFE;
}
.TagClassName
{
border-color: #0CECFE;
}
</style>