Shades of Pacific Blue #12A6D7
Tints of Pacific Blue #12A6D7
RGB
CMYK
RGB Variations
Color information
#12A6D7 (or 0x12A6D7) is known color: Pacific Blue. HEX triplet: 12, A6 and D7. RGB value is (18,166,215). Sum of RGB (Red+Green+Blue) = 18+166+215=399 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.51% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #12A6D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A6D7 is #ED5928. Grayscale: #7E7E7E. Windows color (decimal): -15554857 or 14132754. OLE color: 14132754.
HSL color Cylindrical-coordinate representation of color #12A6D7: hue angle of 194.92º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12A6D7 is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 166 | 215 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.16 |
| HSL | 194.92º | 0.85% | 0.46% | - |
| HSV(B) | 194.92º | 0.92% | 0.84% | - |
| XYZ | 26.15 | 32.31 | 69.15 | - |
| YUV | 127.33 | 177.47 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 166 | 215 | 0.92 | 0.23 | 0 | 0.16 | 194.92 | 0.85 | 0.46 |
| Hex | 12 | A6 | D7 | 5C | 17 | 0 | 10 | C3 | 55 | 2E |
| Octal | 22 | 246 | 327 | 134 | 27 | 0 | 20 | 303 | 125 | 56 |
| Binary | 10010 | 10100110 | 11010111 | 1011100 | 10111 | 0 | 10000 | 11000011 | 1010101 | 101110 |
Color Harmonies of #12A6D7
Complementary color
Monochromatic Colors of #12A6D7
Black with #12A6D7
Text Example
Text Example
White with #12A6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A6D7; }
p { color: rgb(18,166,215); }
H1.HeaderClassName
{
color: #12A6D7;
}
.AnyTagClassName
{
color: #12A6D7;
}
</style>
background-color css
<style>
a { background-color: #12A6D7; }
a { background-color: rgb(18,166,215); }
div.DivClassName
{
background-color: #12A6D7;
}
.BgClassName
{
background-color: #12A6D7;
}
</style>
border-color css
<style>
span { border-color: #12A6D7; }
span { border-color: rgb(18,166,215); }
td.TdClassName
{
border-color: #12A6D7;
}
.TagClassName
{
border-color: #12A6D7;
}
</style>