Shades of Pacific Blue #158CC5
Tints of Pacific Blue #158CC5
RGB
CMYK
RGB Variations
Color information
#158CC5 (or 0x158CC5) is known color: Pacific Blue. HEX triplet: 15, 8C and C5. RGB value is (21,140,197). Sum of RGB (Red+Green+Blue) = 21+140+197=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 140 (55.08% from 255 or 39.11% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #158CC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158CC5 is #EA733A. Grayscale: #6E6E6E. Windows color (decimal): -15364923 or 12946453. OLE color: 12946453.
HSL color Cylindrical-coordinate representation of color #158CC5: hue angle of 199.43º 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 #158CC5 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 140 | 197 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.23 |
| HSL | 199.43º | 0.81% | 0.43% | - |
| HSV(B) | 199.43º | 0.89% | 0.77% | - |
| XYZ | 19.77 | 22.95 | 56.21 | - |
| YUV | 110.92 | 176.58 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 197 | 0.89 | 0.29 | 0 | 0.23 | 199.43 | 0.81 | 0.43 |
| Hex | 15 | 8C | C5 | 59 | 1D | 0 | 17 | C7 | 51 | 2B |
| Octal | 25 | 214 | 305 | 131 | 35 | 0 | 27 | 307 | 121 | 53 |
| Binary | 10101 | 10001100 | 11000101 | 1011001 | 11101 | 0 | 10111 | 11000111 | 1010001 | 101011 |
Color Harmonies of #158CC5
Complementary color
Monochromatic Colors of #158CC5
Black with #158CC5
Text Example
Text Example
White with #158CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158CC5; }
p { color: rgb(21,140,197); }
H1.HeaderClassName
{
color: #158CC5;
}
.AnyTagClassName
{
color: #158CC5;
}
</style>
background-color css
<style>
a { background-color: #158CC5; }
a { background-color: rgb(21,140,197); }
div.DivClassName
{
background-color: #158CC5;
}
.BgClassName
{
background-color: #158CC5;
}
</style>
border-color css
<style>
span { border-color: #158CC5; }
span { border-color: rgb(21,140,197); }
td.TdClassName
{
border-color: #158CC5;
}
.TagClassName
{
border-color: #158CC5;
}
</style>