Shades of Pacific Blue #12A0CF
Tints of Pacific Blue #12A0CF
RGB
CMYK
RGB Variations
Color information
#12A0CF (or 0x12A0CF) is known color: Pacific Blue. HEX triplet: 12, A0 and CF. RGB value is (18,160,207). Sum of RGB (Red+Green+Blue) = 18+160+207=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #12A0CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A0CF is #ED5F30. Grayscale: #7A7A7A. Windows color (decimal): -15556401 or 13606930. OLE color: 13606930.
HSL color Cylindrical-coordinate representation of color #12A0CF: hue angle of 194.92º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A0CF is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 160 | 207 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.19 |
| HSL | 194.92º | 0.84% | 0.44% | - |
| HSV(B) | 194.92º | 0.91% | 0.81% | - |
| XYZ | 24.08 | 29.78 | 63.51 | - |
| YUV | 122.9 | 175.46 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 160 | 207 | 0.91 | 0.23 | 0 | 0.19 | 194.92 | 0.84 | 0.44 |
| Hex | 12 | A0 | CF | 5B | 17 | 0 | 13 | C3 | 54 | 2C |
| Octal | 22 | 240 | 317 | 133 | 27 | 0 | 23 | 303 | 124 | 54 |
| Binary | 10010 | 10100000 | 11001111 | 1011011 | 10111 | 0 | 10011 | 11000011 | 1010100 | 101100 |
Color Harmonies of #12A0CF
Complementary color
Monochromatic Colors of #12A0CF
Black with #12A0CF
Text Example
Text Example
White with #12A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A0CF; }
p { color: rgb(18,160,207); }
H1.HeaderClassName
{
color: #12A0CF;
}
.AnyTagClassName
{
color: #12A0CF;
}
</style>
background-color css
<style>
a { background-color: #12A0CF; }
a { background-color: rgb(18,160,207); }
div.DivClassName
{
background-color: #12A0CF;
}
.BgClassName
{
background-color: #12A0CF;
}
</style>
border-color css
<style>
span { border-color: #12A0CF; }
span { border-color: rgb(18,160,207); }
td.TdClassName
{
border-color: #12A0CF;
}
.TagClassName
{
border-color: #12A0CF;
}
</style>