Shades of Cerulean #0C82AC
Tints of Cerulean #0C82AC
RGB
CMYK
RGB Variations
Color information
#0C82AC (or 0x0C82AC) is known color: Cerulean. HEX triplet: 0C, 82 and AC. RGB value is (12,130,172). Sum of RGB (Red+Green+Blue) = 12+130+172=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C82AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C82AC is #F37D53. Grayscale: #636363. Windows color (decimal): -15957332 or 11305484. OLE color: 11305484.
HSL color Cylindrical-coordinate representation of color #0C82AC: hue angle of 195.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C82AC is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 130 | 172 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.33 |
| HSL | 195.75º | 0.87% | 0.36% | - |
| HSV(B) | 195.75º | 0.93% | 0.67% | - |
| XYZ | 15.58 | 19.02 | 41.88 | - |
| YUV | 99.51 | 168.91 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 130 | 172 | 0.93 | 0.24 | 0 | 0.33 | 195.75 | 0.87 | 0.36 |
| Hex | C | 82 | AC | 5D | 18 | 0 | 21 | C4 | 57 | 24 |
| Octal | 14 | 202 | 254 | 135 | 30 | 0 | 41 | 304 | 127 | 44 |
| Binary | 1100 | 10000010 | 10101100 | 1011101 | 11000 | 0 | 100001 | 11000100 | 1010111 | 100100 |
Color Harmonies of #0C82AC
Complementary color
Monochromatic Colors of #0C82AC
Black with #0C82AC
Text Example
Text Example
White with #0C82AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C82AC; }
p { color: rgb(12,130,172); }
H1.HeaderClassName
{
color: #0C82AC;
}
.AnyTagClassName
{
color: #0C82AC;
}
</style>
background-color css
<style>
a { background-color: #0C82AC; }
a { background-color: rgb(12,130,172); }
div.DivClassName
{
background-color: #0C82AC;
}
.BgClassName
{
background-color: #0C82AC;
}
</style>
border-color css
<style>
span { border-color: #0C82AC; }
span { border-color: rgb(12,130,172); }
td.TdClassName
{
border-color: #0C82AC;
}
.TagClassName
{
border-color: #0C82AC;
}
</style>