Shades of Pacific Blue #158FD5
Tints of Pacific Blue #158FD5
RGB
CMYK
RGB Variations
Color information
#158FD5 (or 0x158FD5) is known color: Pacific Blue. HEX triplet: 15, 8F and D5. RGB value is (21,143,213). Sum of RGB (Red+Green+Blue) = 21+143+213=377 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.57% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #158FD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FD5 is #EA702A. Grayscale: #727272. Windows color (decimal): -15364139 or 13995797. OLE color: 13995797.
HSL color Cylindrical-coordinate representation of color #158FD5: hue angle of 201.88º 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 #158FD5 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 143 | 213 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.16 |
| HSL | 201.88º | 0.82% | 0.46% | - |
| HSV(B) | 201.88º | 0.9% | 0.84% | - |
| XYZ | 22.14 | 24.61 | 66.53 | - |
| YUV | 114.5 | 183.58 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 213 | 0.90 | 0.33 | 0 | 0.16 | 201.88 | 0.82 | 0.46 |
| Hex | 15 | 8F | D5 | 5A | 21 | 0 | 10 | CA | 52 | 2E |
| Octal | 25 | 217 | 325 | 132 | 41 | 0 | 20 | 312 | 122 | 56 |
| Binary | 10101 | 10001111 | 11010101 | 1011010 | 100001 | 0 | 10000 | 11001010 | 1010010 | 101110 |
Color Harmonies of #158FD5
Complementary color
Monochromatic Colors of #158FD5
Black with #158FD5
Text Example
Text Example
White with #158FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FD5; }
p { color: rgb(21,143,213); }
H1.HeaderClassName
{
color: #158FD5;
}
.AnyTagClassName
{
color: #158FD5;
}
</style>
background-color css
<style>
a { background-color: #158FD5; }
a { background-color: rgb(21,143,213); }
div.DivClassName
{
background-color: #158FD5;
}
.BgClassName
{
background-color: #158FD5;
}
</style>
border-color css
<style>
span { border-color: #158FD5; }
span { border-color: rgb(21,143,213); }
td.TdClassName
{
border-color: #158FD5;
}
.TagClassName
{
border-color: #158FD5;
}
</style>