Shades of Pacific Blue #159BCB
Tints of Pacific Blue #159BCB
RGB
CMYK
RGB Variations
Color information
#159BCB (or 0x159BCB) is known color: Pacific Blue. HEX triplet: 15, 9B and CB. RGB value is (21,155,203). Sum of RGB (Red+Green+Blue) = 21+155+203=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #159BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BCB is #EA6434. Grayscale: #787878. Windows color (decimal): -15361077 or 13343509. OLE color: 13343509.
HSL color Cylindrical-coordinate representation of color #159BCB: hue angle of 195.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159BCB is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 155 | 203 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.20 |
| HSL | 195.82º | 0.81% | 0.44% | - |
| HSV(B) | 195.82º | 0.9% | 0.8% | - |
| XYZ | 22.81 | 27.91 | 60.69 | - |
| YUV | 120.41 | 174.61 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 203 | 0.90 | 0.24 | 0 | 0.20 | 195.82 | 0.81 | 0.44 |
| Hex | 15 | 9B | CB | 5A | 18 | 0 | 14 | C4 | 51 | 2C |
| Octal | 25 | 233 | 313 | 132 | 30 | 0 | 24 | 304 | 121 | 54 |
| Binary | 10101 | 10011011 | 11001011 | 1011010 | 11000 | 0 | 10100 | 11000100 | 1010001 | 101100 |
Color Harmonies of #159BCB
Complementary color
Monochromatic Colors of #159BCB
Black with #159BCB
Text Example
Text Example
White with #159BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BCB; }
p { color: rgb(21,155,203); }
H1.HeaderClassName
{
color: #159BCB;
}
.AnyTagClassName
{
color: #159BCB;
}
</style>
background-color css
<style>
a { background-color: #159BCB; }
a { background-color: rgb(21,155,203); }
div.DivClassName
{
background-color: #159BCB;
}
.BgClassName
{
background-color: #159BCB;
}
</style>
border-color css
<style>
span { border-color: #159BCB; }
span { border-color: rgb(21,155,203); }
td.TdClassName
{
border-color: #159BCB;
}
.TagClassName
{
border-color: #159BCB;
}
</style>