Shades of Pacific Blue #12A1C6
Tints of Pacific Blue #12A1C6
RGB
CMYK
RGB Variations
Color information
#12A1C6 (or 0x12A1C6) is known color: Pacific Blue. HEX triplet: 12, A1 and C6. RGB value is (18,161,198). Sum of RGB (Red+Green+Blue) = 18+161+198=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 198 (77.73% from 255 or 52.52% from 377); Max value from RGB is 198 - color contains mainly: blue. Hex color #12A1C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A1C6 is #ED5E39. Grayscale: #7A7A7A. Windows color (decimal): -15556154 or 13017362. OLE color: 13017362.
HSL color Cylindrical-coordinate representation of color #12A1C6: hue angle of 192.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A1C6 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 161 | 198 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.22 |
| HSL | 192.33º | 0.83% | 0.42% | - |
| HSV(B) | 192.33º | 0.91% | 0.78% | - |
| XYZ | 23.19 | 29.7 | 57.94 | - |
| YUV | 122.46 | 170.62 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 198 | 0.91 | 0.19 | 0 | 0.22 | 192.33 | 0.83 | 0.42 |
| Hex | 12 | A1 | C6 | 5B | 13 | 0 | 16 | C0 | 53 | 2A |
| Octal | 22 | 241 | 306 | 133 | 23 | 0 | 26 | 300 | 123 | 52 |
| Binary | 10010 | 10100001 | 11000110 | 1011011 | 10011 | 0 | 10110 | 11000000 | 1010011 | 101010 |
Color Harmonies of #12A1C6
Complementary color
Monochromatic Colors of #12A1C6
Black with #12A1C6
Text Example
Text Example
White with #12A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A1C6; }
p { color: rgb(18,161,198); }
H1.HeaderClassName
{
color: #12A1C6;
}
.AnyTagClassName
{
color: #12A1C6;
}
</style>
background-color css
<style>
a { background-color: #12A1C6; }
a { background-color: rgb(18,161,198); }
div.DivClassName
{
background-color: #12A1C6;
}
.BgClassName
{
background-color: #12A1C6;
}
</style>
border-color css
<style>
span { border-color: #12A1C6; }
span { border-color: rgb(18,161,198); }
td.TdClassName
{
border-color: #12A1C6;
}
.TagClassName
{
border-color: #12A1C6;
}
</style>