Shades of Pacific Blue #129CCB
Tints of Pacific Blue #129CCB
RGB
CMYK
RGB Variations
Color information
#129CCB (or 0x129CCB) is known color: Pacific Blue. HEX triplet: 12, 9C and CB. RGB value is (18,156,203). Sum of RGB (Red+Green+Blue) = 18+156+203=377 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.77% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #129CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CCB is #ED6334. Grayscale: #777777. Windows color (decimal): -15557429 or 13343762. OLE color: 13343762.
HSL color Cylindrical-coordinate representation of color #129CCB: hue angle of 195.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129CCB is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 156 | 203 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.20 |
| HSL | 195.24º | 0.84% | 0.43% | - |
| HSV(B) | 195.24º | 0.91% | 0.8% | - |
| XYZ | 22.92 | 28.22 | 60.74 | - |
| YUV | 120.1 | 174.78 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 203 | 0.91 | 0.23 | 0 | 0.20 | 195.24 | 0.84 | 0.43 |
| Hex | 12 | 9C | CB | 5B | 17 | 0 | 14 | C3 | 54 | 2B |
| Octal | 22 | 234 | 313 | 133 | 27 | 0 | 24 | 303 | 124 | 53 |
| Binary | 10010 | 10011100 | 11001011 | 1011011 | 10111 | 0 | 10100 | 11000011 | 1010100 | 101011 |
Color Harmonies of #129CCB
Complementary color
Monochromatic Colors of #129CCB
Black with #129CCB
Text Example
Text Example
White with #129CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CCB; }
p { color: rgb(18,156,203); }
H1.HeaderClassName
{
color: #129CCB;
}
.AnyTagClassName
{
color: #129CCB;
}
</style>
background-color css
<style>
a { background-color: #129CCB; }
a { background-color: rgb(18,156,203); }
div.DivClassName
{
background-color: #129CCB;
}
.BgClassName
{
background-color: #129CCB;
}
</style>
border-color css
<style>
span { border-color: #129CCB; }
span { border-color: rgb(18,156,203); }
td.TdClassName
{
border-color: #129CCB;
}
.TagClassName
{
border-color: #129CCB;
}
</style>