Shades of Pacific Blue #158ED5
Tints of Pacific Blue #158ED5
RGB
CMYK
RGB Variations
Color information
#158ED5 (or 0x158ED5) is known color: Pacific Blue. HEX triplet: 15, 8E and D5. RGB value is (21,142,213). Sum of RGB (Red+Green+Blue) = 21+142+213=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #158ED5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158ED5 is #EA712A. Grayscale: #717171. Windows color (decimal): -15364395 or 13995541. OLE color: 13995541.
HSL color Cylindrical-coordinate representation of color #158ED5: hue angle of 202.19º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158ED5 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 142 | 213 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.16 |
| HSL | 202.19º | 0.82% | 0.46% | - |
| HSV(B) | 202.19º | 0.9% | 0.84% | - |
| XYZ | 21.99 | 24.31 | 66.48 | - |
| YUV | 113.92 | 183.91 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 213 | 0.90 | 0.33 | 0 | 0.16 | 202.19 | 0.82 | 0.46 |
| Hex | 15 | 8E | D5 | 5A | 21 | 0 | 10 | CA | 52 | 2E |
| Octal | 25 | 216 | 325 | 132 | 41 | 0 | 20 | 312 | 122 | 56 |
| Binary | 10101 | 10001110 | 11010101 | 1011010 | 100001 | 0 | 10000 | 11001010 | 1010010 | 101110 |
Color Harmonies of #158ED5
Complementary color
Monochromatic Colors of #158ED5
Black with #158ED5
Text Example
Text Example
White with #158ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158ED5; }
p { color: rgb(21,142,213); }
H1.HeaderClassName
{
color: #158ED5;
}
.AnyTagClassName
{
color: #158ED5;
}
</style>
background-color css
<style>
a { background-color: #158ED5; }
a { background-color: rgb(21,142,213); }
div.DivClassName
{
background-color: #158ED5;
}
.BgClassName
{
background-color: #158ED5;
}
</style>
border-color css
<style>
span { border-color: #158ED5; }
span { border-color: rgb(21,142,213); }
td.TdClassName
{
border-color: #158ED5;
}
.TagClassName
{
border-color: #158ED5;
}
</style>