Shades of Pacific Blue #12A6DB
Tints of Pacific Blue #12A6DB
RGB
CMYK
RGB Variations
Color information
#12A6DB (or 0x12A6DB) is known color: Pacific Blue. HEX triplet: 12, A6 and DB. RGB value is (18,166,219). Sum of RGB (Red+Green+Blue) = 18+166+219=403 (53% of max value = 765). Red value is 18 (7.42% from 255 or 4.47% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #12A6DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A6DB is #ED5924. Grayscale: #7F7F7F. Windows color (decimal): -15554853 or 14394898. OLE color: 14394898.
HSL color Cylindrical-coordinate representation of color #12A6DB: hue angle of 195.82º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A6DB is Cyan = 0.92, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 166 | 219 | - |
| CMYK | 0.92 | 0.24 | 0 | 0.14 |
| HSL | 195.82º | 0.85% | 0.46% | - |
| HSV(B) | 195.82º | 0.92% | 0.86% | - |
| XYZ | 26.67 | 32.52 | 71.89 | - |
| YUV | 127.79 | 179.47 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 166 | 219 | 0.92 | 0.24 | 0 | 0.14 | 195.82 | 0.85 | 0.46 |
| Hex | 12 | A6 | DB | 5C | 18 | 0 | E | C4 | 55 | 2E |
| Octal | 22 | 246 | 333 | 134 | 30 | 0 | 16 | 304 | 125 | 56 |
| Binary | 10010 | 10100110 | 11011011 | 1011100 | 11000 | 0 | 1110 | 11000100 | 1010101 | 101110 |
Color Harmonies of #12A6DB
Complementary color
Monochromatic Colors of #12A6DB
Black with #12A6DB
Text Example
Text Example
White with #12A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A6DB; }
p { color: rgb(18,166,219); }
H1.HeaderClassName
{
color: #12A6DB;
}
.AnyTagClassName
{
color: #12A6DB;
}
</style>
background-color css
<style>
a { background-color: #12A6DB; }
a { background-color: rgb(18,166,219); }
div.DivClassName
{
background-color: #12A6DB;
}
.BgClassName
{
background-color: #12A6DB;
}
</style>
border-color css
<style>
span { border-color: #12A6DB; }
span { border-color: rgb(18,166,219); }
td.TdClassName
{
border-color: #12A6DB;
}
.TagClassName
{
border-color: #12A6DB;
}
</style>