Shades of Pacific Blue #159ACB
Tints of Pacific Blue #159ACB
RGB
CMYK
RGB Variations
Color information
#159ACB (or 0x159ACB) is known color: Pacific Blue. HEX triplet: 15, 9A and CB. RGB value is (21,154,203). Sum of RGB (Red+Green+Blue) = 21+154+203=378 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.56% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #159ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ACB is #EA6534. Grayscale: #777777. Windows color (decimal): -15361333 or 13343253. OLE color: 13343253.
HSL color Cylindrical-coordinate representation of color #159ACB: hue angle of 196.15º 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 #159ACB is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 154 | 203 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.20 |
| HSL | 196.15º | 0.81% | 0.44% | - |
| HSV(B) | 196.15º | 0.9% | 0.8% | - |
| XYZ | 22.64 | 27.58 | 60.63 | - |
| YUV | 119.82 | 174.94 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 203 | 0.90 | 0.24 | 0 | 0.20 | 196.15 | 0.81 | 0.44 |
| Hex | 15 | 9A | CB | 5A | 18 | 0 | 14 | C4 | 51 | 2C |
| Octal | 25 | 232 | 313 | 132 | 30 | 0 | 24 | 304 | 121 | 54 |
| Binary | 10101 | 10011010 | 11001011 | 1011010 | 11000 | 0 | 10100 | 11000100 | 1010001 | 101100 |
Color Harmonies of #159ACB
Complementary color
Monochromatic Colors of #159ACB
Black with #159ACB
Text Example
Text Example
White with #159ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159ACB; }
p { color: rgb(21,154,203); }
H1.HeaderClassName
{
color: #159ACB;
}
.AnyTagClassName
{
color: #159ACB;
}
</style>
background-color css
<style>
a { background-color: #159ACB; }
a { background-color: rgb(21,154,203); }
div.DivClassName
{
background-color: #159ACB;
}
.BgClassName
{
background-color: #159ACB;
}
</style>
border-color css
<style>
span { border-color: #159ACB; }
span { border-color: rgb(21,154,203); }
td.TdClassName
{
border-color: #159ACB;
}
.TagClassName
{
border-color: #159ACB;
}
</style>