Shades of Pacific Blue #12A3DB
Tints of Pacific Blue #12A3DB
RGB
CMYK
RGB Variations
Color information
#12A3DB (or 0x12A3DB) is known color: Pacific Blue. HEX triplet: 12, A3 and DB. RGB value is (18,163,219). Sum of RGB (Red+Green+Blue) = 18+163+219=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #12A3DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A3DB is #ED5C24. Grayscale: #7D7D7D. Windows color (decimal): -15555621 or 14394130. OLE color: 14394130.
HSL color Cylindrical-coordinate representation of color #12A3DB: hue angle of 196.72º 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 #12A3DB is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 163 | 219 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.14 |
| HSL | 196.72º | 0.85% | 0.46% | - |
| HSV(B) | 196.72º | 0.92% | 0.86% | - |
| XYZ | 26.13 | 31.44 | 71.71 | - |
| YUV | 126.03 | 180.46 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 163 | 219 | 0.92 | 0.26 | 0 | 0.14 | 196.72 | 0.85 | 0.46 |
| Hex | 12 | A3 | DB | 5C | 1A | 0 | E | C5 | 55 | 2E |
| Octal | 22 | 243 | 333 | 134 | 32 | 0 | 16 | 305 | 125 | 56 |
| Binary | 10010 | 10100011 | 11011011 | 1011100 | 11010 | 0 | 1110 | 11000101 | 1010101 | 101110 |
Color Harmonies of #12A3DB
Complementary color
Monochromatic Colors of #12A3DB
Black with #12A3DB
Text Example
Text Example
White with #12A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A3DB; }
p { color: rgb(18,163,219); }
H1.HeaderClassName
{
color: #12A3DB;
}
.AnyTagClassName
{
color: #12A3DB;
}
</style>
background-color css
<style>
a { background-color: #12A3DB; }
a { background-color: rgb(18,163,219); }
div.DivClassName
{
background-color: #12A3DB;
}
.BgClassName
{
background-color: #12A3DB;
}
</style>
border-color css
<style>
span { border-color: #12A3DB; }
span { border-color: rgb(18,163,219); }
td.TdClassName
{
border-color: #12A3DB;
}
.TagClassName
{
border-color: #12A3DB;
}
</style>