Shades of Pacific Blue #158BC9
Tints of Pacific Blue #158BC9
RGB
CMYK
RGB Variations
Color information
#158BC9 (or 0x158BC9) is known color: Pacific Blue. HEX triplet: 15, 8B and C9. RGB value is (21,139,201). Sum of RGB (Red+Green+Blue) = 21+139+201=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #158BC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BC9 is #EA7436. Grayscale: #6E6E6E. Windows color (decimal): -15365175 or 13208341. OLE color: 13208341.
HSL color Cylindrical-coordinate representation of color #158BC9: hue angle of 200.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158BC9 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 139 | 201 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.21 |
| HSL | 200.67º | 0.81% | 0.44% | - |
| HSV(B) | 200.67º | 0.9% | 0.79% | - |
| XYZ | 20.08 | 22.84 | 58.61 | - |
| YUV | 110.79 | 178.91 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 201 | 0.90 | 0.31 | 0 | 0.21 | 200.67 | 0.81 | 0.44 |
| Hex | 15 | 8B | C9 | 5A | 1F | 0 | 15 | C9 | 51 | 2C |
| Octal | 25 | 213 | 311 | 132 | 37 | 0 | 25 | 311 | 121 | 54 |
| Binary | 10101 | 10001011 | 11001001 | 1011010 | 11111 | 0 | 10101 | 11001001 | 1010001 | 101100 |
Color Harmonies of #158BC9
Complementary color
Monochromatic Colors of #158BC9
Black with #158BC9
Text Example
Text Example
White with #158BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BC9; }
p { color: rgb(21,139,201); }
H1.HeaderClassName
{
color: #158BC9;
}
.AnyTagClassName
{
color: #158BC9;
}
</style>
background-color css
<style>
a { background-color: #158BC9; }
a { background-color: rgb(21,139,201); }
div.DivClassName
{
background-color: #158BC9;
}
.BgClassName
{
background-color: #158BC9;
}
</style>
border-color css
<style>
span { border-color: #158BC9; }
span { border-color: rgb(21,139,201); }
td.TdClassName
{
border-color: #158BC9;
}
.TagClassName
{
border-color: #158BC9;
}
</style>