Shades of Pacific Blue #12A0CC
Tints of Pacific Blue #12A0CC
RGB
CMYK
RGB Variations
Color information
#12A0CC (or 0x12A0CC) is known color: Pacific Blue. HEX triplet: 12, A0 and CC. RGB value is (18,160,204). Sum of RGB (Red+Green+Blue) = 18+160+204=382 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.71% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #12A0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A0CC is #ED5F33. Grayscale: #7A7A7A. Windows color (decimal): -15556404 or 13410322. OLE color: 13410322.
HSL color Cylindrical-coordinate representation of color #12A0CC: hue angle of 194.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A0CC is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 18 | 160 | 204 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.2 |
| HSL | 194.19º | 0.84% | 0.44% | - |
| HSV(B) | 194.19º | 0.91% | 0.8% | - |
| XYZ | 23.72 | 29.63 | 61.6 | - |
| YUV | 122.56 | 173.96 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 204 | 0.91 | 0.22 | 0 | 0.2 | 194.19 | 0.84 | 0.44 |
| Hex | 12 | A0 | CC | 5B | 16 | 0 | 14 | C2 | 54 | 2C |
| Octal | 22 | 240 | 314 | 133 | 26 | 0 | 24 | 302 | 124 | 54 |
| Binary | 10010 | 10100000 | 11001100 | 1011011 | 10110 | 0 | 10100 | 11000010 | 1010100 | 101100 |
Color Harmonies of #12A0CC
Complementary color
Monochromatic Colors of #12A0CC
Black with #12A0CC
Text Example
Text Example
White with #12A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A0CC; }
p { color: rgb(18,160,204); }
H1.HeaderClassName
{
color: #12A0CC;
}
.AnyTagClassName
{
color: #12A0CC;
}
</style>
background-color css
<style>
a { background-color: #12A0CC; }
a { background-color: rgb(18,160,204); }
div.DivClassName
{
background-color: #12A0CC;
}
.BgClassName
{
background-color: #12A0CC;
}
</style>
border-color css
<style>
span { border-color: #12A0CC; }
span { border-color: rgb(18,160,204); }
td.TdClassName
{
border-color: #12A0CC;
}
.TagClassName
{
border-color: #12A0CC;
}
</style>