Shades of Pacific Blue #158DC4
Tints of Pacific Blue #158DC4
RGB
CMYK
RGB Variations
Color information
#158DC4 (or 0x158DC4) is known color: Pacific Blue. HEX triplet: 15, 8D and C4. RGB value is (21,141,196). Sum of RGB (Red+Green+Blue) = 21+141+196=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #158DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158DC4 is #EA723B. Grayscale: #6F6F6F. Windows color (decimal): -15364668 or 12881173. OLE color: 12881173.
HSL color Cylindrical-coordinate representation of color #158DC4: hue angle of 198.86º 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 #158DC4 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 21 | 141 | 196 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.23 |
| HSL | 198.86º | 0.81% | 0.43% | - |
| HSV(B) | 198.86º | 0.89% | 0.77% | - |
| XYZ | 19.8 | 23.19 | 55.66 | - |
| YUV | 111.39 | 175.74 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 141 | 196 | 0.89 | 0.28 | 0 | 0.23 | 198.86 | 0.81 | 0.43 |
| Hex | 15 | 8D | C4 | 59 | 1C | 0 | 17 | C7 | 51 | 2B |
| Octal | 25 | 215 | 304 | 131 | 34 | 0 | 27 | 307 | 121 | 53 |
| Binary | 10101 | 10001101 | 11000100 | 1011001 | 11100 | 0 | 10111 | 11000111 | 1010001 | 101011 |
Color Harmonies of #158DC4
Complementary color
Monochromatic Colors of #158DC4
Black with #158DC4
Text Example
Text Example
White with #158DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158DC4; }
p { color: rgb(21,141,196); }
H1.HeaderClassName
{
color: #158DC4;
}
.AnyTagClassName
{
color: #158DC4;
}
</style>
background-color css
<style>
a { background-color: #158DC4; }
a { background-color: rgb(21,141,196); }
div.DivClassName
{
background-color: #158DC4;
}
.BgClassName
{
background-color: #158DC4;
}
</style>
border-color css
<style>
span { border-color: #158DC4; }
span { border-color: rgb(21,141,196); }
td.TdClassName
{
border-color: #158DC4;
}
.TagClassName
{
border-color: #158DC4;
}
</style>