Shades of Pacific Blue #158FDB
Tints of Pacific Blue #158FDB
RGB
CMYK
RGB Variations
Color information
#158FDB (or 0x158FDB) is known color: Pacific Blue. HEX triplet: 15, 8F and DB. RGB value is (21,143,219). Sum of RGB (Red+Green+Blue) = 21+143+219=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #158FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #158FDB is #EA7024. Grayscale: #727272. Windows color (decimal): -15364133 or 14389013. OLE color: 14389013.
HSL color Cylindrical-coordinate representation of color #158FDB: hue angle of 203.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #158FDB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 143 | 219 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.14 |
| HSL | 203.03º | 0.83% | 0.47% | - |
| HSV(B) | 203.03º | 0.9% | 0.86% | - |
| XYZ | 22.92 | 24.92 | 70.62 | - |
| YUV | 115.19 | 186.58 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 143 | 219 | 0.90 | 0.35 | 0 | 0.14 | 203.03 | 0.83 | 0.47 |
| Hex | 15 | 8F | DB | 5A | 23 | 0 | E | CB | 52 | 2F |
| Octal | 25 | 217 | 333 | 132 | 43 | 0 | 16 | 313 | 122 | 57 |
| Binary | 10101 | 10001111 | 11011011 | 1011010 | 100011 | 0 | 1110 | 11001011 | 1010010 | 101111 |
Color Harmonies of #158FDB
Complementary color
Monochromatic Colors of #158FDB
Black with #158FDB
Text Example
Text Example
White with #158FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158FDB; }
p { color: rgb(21,143,219); }
H1.HeaderClassName
{
color: #158FDB;
}
.AnyTagClassName
{
color: #158FDB;
}
</style>
background-color css
<style>
a { background-color: #158FDB; }
a { background-color: rgb(21,143,219); }
div.DivClassName
{
background-color: #158FDB;
}
.BgClassName
{
background-color: #158FDB;
}
</style>
border-color css
<style>
span { border-color: #158FDB; }
span { border-color: rgb(21,143,219); }
td.TdClassName
{
border-color: #158FDB;
}
.TagClassName
{
border-color: #158FDB;
}
</style>