Shades of Pacific Blue #159BC0
Tints of Pacific Blue #159BC0
RGB
CMYK
RGB Variations
Color information
#159BC0 (or 0x159BC0) is known color: Pacific Blue. HEX triplet: 15, 9B and C0. RGB value is (21,155,192). Sum of RGB (Red+Green+Blue) = 21+155+192=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 192 (75.39% from 255 or 52.17% from 368); Max value from RGB is 192 - color contains mainly: blue. Hex color #159BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BC0 is #EA643F. Grayscale: #767676. Windows color (decimal): -15361088 or 12622613. OLE color: 12622613.
HSL color Cylindrical-coordinate representation of color #159BC0: hue angle of 192.98º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159BC0 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 155 | 192 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.25 |
| HSL | 192.98º | 0.8% | 0.42% | - |
| HSV(B) | 192.98º | 0.89% | 0.75% | - |
| XYZ | 21.55 | 27.41 | 54.02 | - |
| YUV | 119.15 | 169.11 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 192 | 0.89 | 0.19 | 0 | 0.25 | 192.98 | 0.8 | 0.42 |
| Hex | 15 | 9B | C0 | 59 | 13 | 0 | 19 | C1 | 50 | 2A |
| Octal | 25 | 233 | 300 | 131 | 23 | 0 | 31 | 301 | 120 | 52 |
| Binary | 10101 | 10011011 | 11000000 | 1011001 | 10011 | 0 | 11001 | 11000001 | 1010000 | 101010 |
Color Harmonies of #159BC0
Complementary color
Monochromatic Colors of #159BC0
Black with #159BC0
Text Example
Text Example
White with #159BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BC0; }
p { color: rgb(21,155,192); }
H1.HeaderClassName
{
color: #159BC0;
}
.AnyTagClassName
{
color: #159BC0;
}
</style>
background-color css
<style>
a { background-color: #159BC0; }
a { background-color: rgb(21,155,192); }
div.DivClassName
{
background-color: #159BC0;
}
.BgClassName
{
background-color: #159BC0;
}
</style>
border-color css
<style>
span { border-color: #159BC0; }
span { border-color: rgb(21,155,192); }
td.TdClassName
{
border-color: #159BC0;
}
.TagClassName
{
border-color: #159BC0;
}
</style>