Shades of Aqua #0CECFD
Tints of Aqua #0CECFD
RGB
CMYK
RGB Variations
Color information
#0CECFD (or 0x0CECFD) is known color: Aqua. HEX triplet: 0C, EC and FD. RGB value is (12,236,253). Sum of RGB (Red+Green+Blue) = 12+236+253=501 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.40% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CECFD is #F31302. Grayscale: #AAAAAA. Windows color (decimal): -15930115 or 16641036. OLE color: 16641036.
HSL color Cylindrical-coordinate representation of color #0CECFD: hue angle of 184.23º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CECFD is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 236 | 253 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.01 |
| HSL | 184.23º | 0.98% | 0.52% | - |
| HSV(B) | 184.23º | 0.95% | 0.99% | - |
| XYZ | 47.88 | 67.16 | 103.37 | - |
| YUV | 170.96 | 174.29 | 14.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 236 | 253 | 0.95 | 0.07 | 0 | 0.01 | 184.23 | 0.98 | 0.52 |
| Hex | C | EC | FD | 5F | 7 | 0 | 1 | B8 | 62 | 34 |
| Octal | 14 | 354 | 375 | 137 | 7 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1100 | 11101100 | 11111101 | 1011111 | 111 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0CECFD
Complementary color
Monochromatic Colors of #0CECFD
Black with #0CECFD
Text Example
Text Example
White with #0CECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CECFD; }
p { color: rgb(12,236,253); }
H1.HeaderClassName
{
color: #0CECFD;
}
.AnyTagClassName
{
color: #0CECFD;
}
</style>
background-color css
<style>
a { background-color: #0CECFD; }
a { background-color: rgb(12,236,253); }
div.DivClassName
{
background-color: #0CECFD;
}
.BgClassName
{
background-color: #0CECFD;
}
</style>
border-color css
<style>
span { border-color: #0CECFD; }
span { border-color: rgb(12,236,253); }
td.TdClassName
{
border-color: #0CECFD;
}
.TagClassName
{
border-color: #0CECFD;
}
</style>