Shades of Pacific Blue #129CD3
Tints of Pacific Blue #129CD3
RGB
CMYK
RGB Variations
Color information
#129CD3 (or 0x129CD3) is known color: Pacific Blue. HEX triplet: 12, 9C and D3. RGB value is (18,156,211). Sum of RGB (Red+Green+Blue) = 18+156+211=385 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.68% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 211 (82.81% from 255 or 54.81% from 385); Max value from RGB is 211 - color contains mainly: blue. Hex color #129CD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CD3 is #ED632C. Grayscale: #787878. Windows color (decimal): -15557421 or 13868050. OLE color: 13868050.
HSL color Cylindrical-coordinate representation of color #129CD3: hue angle of 197.1º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129CD3 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 156 | 211 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.17 |
| HSL | 197.1º | 0.84% | 0.45% | - |
| HSV(B) | 197.1º | 0.91% | 0.83% | - |
| XYZ | 23.9 | 28.61 | 65.89 | - |
| YUV | 121.01 | 178.78 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 211 | 0.91 | 0.26 | 0 | 0.17 | 197.1 | 0.84 | 0.45 |
| Hex | 12 | 9C | D3 | 5B | 1A | 0 | 11 | C5 | 54 | 2D |
| Octal | 22 | 234 | 323 | 133 | 32 | 0 | 21 | 305 | 124 | 55 |
| Binary | 10010 | 10011100 | 11010011 | 1011011 | 11010 | 0 | 10001 | 11000101 | 1010100 | 101101 |
Color Harmonies of #129CD3
Complementary color
Monochromatic Colors of #129CD3
Black with #129CD3
Text Example
Text Example
White with #129CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CD3; }
p { color: rgb(18,156,211); }
H1.HeaderClassName
{
color: #129CD3;
}
.AnyTagClassName
{
color: #129CD3;
}
</style>
background-color css
<style>
a { background-color: #129CD3; }
a { background-color: rgb(18,156,211); }
div.DivClassName
{
background-color: #129CD3;
}
.BgClassName
{
background-color: #129CD3;
}
</style>
border-color css
<style>
span { border-color: #129CD3; }
span { border-color: rgb(18,156,211); }
td.TdClassName
{
border-color: #129CD3;
}
.TagClassName
{
border-color: #129CD3;
}
</style>