Shades of Pacific Blue #159BD6
Tints of Pacific Blue #159BD6
RGB
CMYK
RGB Variations
Color information
#159BD6 (or 0x159BD6) is known color: Pacific Blue. HEX triplet: 15, 9B and D6. RGB value is (21,155,214). Sum of RGB (Red+Green+Blue) = 21+155+214=390 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.38% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #159BD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BD6 is #EA6429. Grayscale: #797979. Windows color (decimal): -15361066 or 14064405. OLE color: 14064405.
HSL color Cylindrical-coordinate representation of color #159BD6: hue angle of 198.34º 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 #159BD6 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 155 | 214 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.16 |
| HSL | 198.34º | 0.82% | 0.46% | - |
| HSV(B) | 198.34º | 0.9% | 0.84% | - |
| XYZ | 24.17 | 28.46 | 67.84 | - |
| YUV | 121.66 | 180.11 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 214 | 0.90 | 0.28 | 0 | 0.16 | 198.34 | 0.82 | 0.46 |
| Hex | 15 | 9B | D6 | 5A | 1C | 0 | 10 | C6 | 52 | 2E |
| Octal | 25 | 233 | 326 | 132 | 34 | 0 | 20 | 306 | 122 | 56 |
| Binary | 10101 | 10011011 | 11010110 | 1011010 | 11100 | 0 | 10000 | 11000110 | 1010010 | 101110 |
Color Harmonies of #159BD6
Complementary color
Monochromatic Colors of #159BD6
Black with #159BD6
Text Example
Text Example
White with #159BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BD6; }
p { color: rgb(21,155,214); }
H1.HeaderClassName
{
color: #159BD6;
}
.AnyTagClassName
{
color: #159BD6;
}
</style>
background-color css
<style>
a { background-color: #159BD6; }
a { background-color: rgb(21,155,214); }
div.DivClassName
{
background-color: #159BD6;
}
.BgClassName
{
background-color: #159BD6;
}
</style>
border-color css
<style>
span { border-color: #159BD6; }
span { border-color: rgb(21,155,214); }
td.TdClassName
{
border-color: #159BD6;
}
.TagClassName
{
border-color: #159BD6;
}
</style>