Shades of Pacific Blue #159EDB
Tints of Pacific Blue #159EDB
RGB
CMYK
RGB Variations
Color information
#159EDB (or 0x159EDB) is known color: Pacific Blue. HEX triplet: 15, 9E and DB. RGB value is (21,158,219). Sum of RGB (Red+Green+Blue) = 21+158+219=398 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.28% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #159EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159EDB is #EA6124. Grayscale: #7B7B7B. Windows color (decimal): -15360293 or 14392853. OLE color: 14392853.
HSL color Cylindrical-coordinate representation of color #159EDB: hue angle of 198.48º 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 #159EDB is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 158 | 219 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.14 |
| HSL | 198.48º | 0.83% | 0.47% | - |
| HSV(B) | 198.48º | 0.9% | 0.86% | - |
| XYZ | 25.32 | 29.73 | 71.42 | - |
| YUV | 123.99 | 181.61 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 219 | 0.90 | 0.28 | 0 | 0.14 | 198.48 | 0.83 | 0.47 |
| Hex | 15 | 9E | DB | 5A | 1C | 0 | E | C6 | 52 | 2F |
| Octal | 25 | 236 | 333 | 132 | 34 | 0 | 16 | 306 | 122 | 57 |
| Binary | 10101 | 10011110 | 11011011 | 1011010 | 11100 | 0 | 1110 | 11000110 | 1010010 | 101111 |
Color Harmonies of #159EDB
Complementary color
Monochromatic Colors of #159EDB
Black with #159EDB
Text Example
Text Example
White with #159EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159EDB; }
p { color: rgb(21,158,219); }
H1.HeaderClassName
{
color: #159EDB;
}
.AnyTagClassName
{
color: #159EDB;
}
</style>
background-color css
<style>
a { background-color: #159EDB; }
a { background-color: rgb(21,158,219); }
div.DivClassName
{
background-color: #159EDB;
}
.BgClassName
{
background-color: #159EDB;
}
</style>
border-color css
<style>
span { border-color: #159EDB; }
span { border-color: rgb(21,158,219); }
td.TdClassName
{
border-color: #159EDB;
}
.TagClassName
{
border-color: #159EDB;
}
</style>