Shades of Pacific Blue #158BCC
Tints of Pacific Blue #158BCC
RGB
CMYK
RGB Variations
Color information
#158BCC (or 0x158BCC) is known color: Pacific Blue. HEX triplet: 15, 8B and CC. RGB value is (21,139,204). Sum of RGB (Red+Green+Blue) = 21+139+204=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #158BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158BCC is #EA7433. Grayscale: #6E6E6E. Windows color (decimal): -15365172 or 13404949. OLE color: 13404949.
HSL color Cylindrical-coordinate representation of color #158BCC: hue angle of 201.31º 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 #158BCC is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 139 | 204 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.2 |
| HSL | 201.31º | 0.81% | 0.44% | - |
| HSV(B) | 201.31º | 0.9% | 0.8% | - |
| XYZ | 20.44 | 22.98 | 60.49 | - |
| YUV | 111.13 | 180.41 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 204 | 0.90 | 0.32 | 0 | 0.2 | 201.31 | 0.81 | 0.44 |
| Hex | 15 | 8B | CC | 5A | 20 | 0 | 14 | C9 | 51 | 2C |
| Octal | 25 | 213 | 314 | 132 | 40 | 0 | 24 | 311 | 121 | 54 |
| Binary | 10101 | 10001011 | 11001100 | 1011010 | 100000 | 0 | 10100 | 11001001 | 1010001 | 101100 |
Color Harmonies of #158BCC
Complementary color
Monochromatic Colors of #158BCC
Black with #158BCC
Text Example
Text Example
White with #158BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158BCC; }
p { color: rgb(21,139,204); }
H1.HeaderClassName
{
color: #158BCC;
}
.AnyTagClassName
{
color: #158BCC;
}
</style>
background-color css
<style>
a { background-color: #158BCC; }
a { background-color: rgb(21,139,204); }
div.DivClassName
{
background-color: #158BCC;
}
.BgClassName
{
background-color: #158BCC;
}
</style>
border-color css
<style>
span { border-color: #158BCC; }
span { border-color: rgb(21,139,204); }
td.TdClassName
{
border-color: #158BCC;
}
.TagClassName
{
border-color: #158BCC;
}
</style>