Shades of Pacific Blue #158BC5
Tints of Pacific Blue #158BC5
RGB
CMYK
RGB Variations
Color information
#158BC5 (or 0x158BC5) is known color: Pacific Blue. HEX triplet: 15, 8B and C5. RGB value is (21,139,197). Sum of RGB (Red+Green+Blue) = 21+139+197=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 197 (77.34% from 255 or 55.18% from 357); Max value from RGB is 197 - color contains mainly: blue. Hex color #158BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BC5 is #EA743A. Grayscale: #6D6D6D. Windows color (decimal): -15365179 or 12946197. OLE color: 12946197.
HSL color Cylindrical-coordinate representation of color #158BC5: hue angle of 199.77º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #158BC5 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 139 | 197 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.23 |
| HSL | 199.77º | 0.81% | 0.43% | - |
| HSV(B) | 199.77º | 0.89% | 0.77% | - |
| XYZ | 19.62 | 22.66 | 56.16 | - |
| YUV | 110.33 | 176.91 | 64.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 197 | 0.89 | 0.29 | 0 | 0.23 | 199.77 | 0.81 | 0.43 |
| Hex | 15 | 8B | C5 | 59 | 1D | 0 | 17 | C8 | 51 | 2B |
| Octal | 25 | 213 | 305 | 131 | 35 | 0 | 27 | 310 | 121 | 53 |
| Binary | 10101 | 10001011 | 11000101 | 1011001 | 11101 | 0 | 10111 | 11001000 | 1010001 | 101011 |
Color Harmonies of #158BC5
Complementary color
Monochromatic Colors of #158BC5
Black with #158BC5
Text Example
Text Example
White with #158BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BC5; }
p { color: rgb(21,139,197); }
H1.HeaderClassName
{
color: #158BC5;
}
.AnyTagClassName
{
color: #158BC5;
}
</style>
background-color css
<style>
a { background-color: #158BC5; }
a { background-color: rgb(21,139,197); }
div.DivClassName
{
background-color: #158BC5;
}
.BgClassName
{
background-color: #158BC5;
}
</style>
border-color css
<style>
span { border-color: #158BC5; }
span { border-color: rgb(21,139,197); }
td.TdClassName
{
border-color: #158BC5;
}
.TagClassName
{
border-color: #158BC5;
}
</style>