Shades of Pacific Blue #12A6C9
Tints of Pacific Blue #12A6C9
RGB
CMYK
RGB Variations
Color information
#12A6C9 (or 0x12A6C9) is known color: Pacific Blue. HEX triplet: 12, A6 and C9. RGB value is (18,166,201). Sum of RGB (Red+Green+Blue) = 18+166+201=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #12A6C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A6C9 is #ED5936. Grayscale: #7D7D7D. Windows color (decimal): -15554871 or 13215250. OLE color: 13215250.
HSL color Cylindrical-coordinate representation of color #12A6C9: hue angle of 191.48º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A6C9 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 18 | 166 | 201 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.21 |
| HSL | 191.48º | 0.84% | 0.43% | - |
| HSV(B) | 191.48º | 0.91% | 0.79% | - |
| XYZ | 24.43 | 31.62 | 60.07 | - |
| YUV | 125.74 | 170.47 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 166 | 201 | 0.91 | 0.17 | 0 | 0.21 | 191.48 | 0.84 | 0.43 |
| Hex | 12 | A6 | C9 | 5B | 11 | 0 | 15 | BF | 54 | 2B |
| Octal | 22 | 246 | 311 | 133 | 21 | 0 | 25 | 277 | 124 | 53 |
| Binary | 10010 | 10100110 | 11001001 | 1011011 | 10001 | 0 | 10101 | 10111111 | 1010100 | 101011 |
Color Harmonies of #12A6C9
Complementary color
Monochromatic Colors of #12A6C9
Black with #12A6C9
Text Example
Text Example
White with #12A6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A6C9; }
p { color: rgb(18,166,201); }
H1.HeaderClassName
{
color: #12A6C9;
}
.AnyTagClassName
{
color: #12A6C9;
}
</style>
background-color css
<style>
a { background-color: #12A6C9; }
a { background-color: rgb(18,166,201); }
div.DivClassName
{
background-color: #12A6C9;
}
.BgClassName
{
background-color: #12A6C9;
}
</style>
border-color css
<style>
span { border-color: #12A6C9; }
span { border-color: rgb(18,166,201); }
td.TdClassName
{
border-color: #12A6C9;
}
.TagClassName
{
border-color: #12A6C9;
}
</style>