Shades of Pacific Blue #158DCB
Tints of Pacific Blue #158DCB
RGB
CMYK
RGB Variations
Color information
#158DCB (or 0x158DCB) is known color: Pacific Blue. HEX triplet: 15, 8D and CB. RGB value is (21,141,203). Sum of RGB (Red+Green+Blue) = 21+141+203=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #158DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DCB is #EA7234. Grayscale: #6F6F6F. Windows color (decimal): -15364661 or 13339925. OLE color: 13339925.
HSL color Cylindrical-coordinate representation of color #158DCB: hue angle of 200.44º 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 #158DCB is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 141 | 203 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.20 |
| HSL | 200.44º | 0.81% | 0.44% | - |
| HSV(B) | 200.44º | 0.9% | 0.8% | - |
| XYZ | 20.61 | 23.52 | 59.95 | - |
| YUV | 112.19 | 179.24 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 203 | 0.90 | 0.31 | 0 | 0.20 | 200.44 | 0.81 | 0.44 |
| Hex | 15 | 8D | CB | 5A | 1F | 0 | 14 | C8 | 51 | 2C |
| Octal | 25 | 215 | 313 | 132 | 37 | 0 | 24 | 310 | 121 | 54 |
| Binary | 10101 | 10001101 | 11001011 | 1011010 | 11111 | 0 | 10100 | 11001000 | 1010001 | 101100 |
Color Harmonies of #158DCB
Complementary color
Monochromatic Colors of #158DCB
Black with #158DCB
Text Example
Text Example
White with #158DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DCB; }
p { color: rgb(21,141,203); }
H1.HeaderClassName
{
color: #158DCB;
}
.AnyTagClassName
{
color: #158DCB;
}
</style>
background-color css
<style>
a { background-color: #158DCB; }
a { background-color: rgb(21,141,203); }
div.DivClassName
{
background-color: #158DCB;
}
.BgClassName
{
background-color: #158DCB;
}
</style>
border-color css
<style>
span { border-color: #158DCB; }
span { border-color: rgb(21,141,203); }
td.TdClassName
{
border-color: #158DCB;
}
.TagClassName
{
border-color: #158DCB;
}
</style>