Shades of Pacific Blue #159BCE
Tints of Pacific Blue #159BCE
RGB
CMYK
RGB Variations
Color information
#159BCE (or 0x159BCE) is known color: Pacific Blue. HEX triplet: 15, 9B and CE. RGB value is (21,155,206). Sum of RGB (Red+Green+Blue) = 21+155+206=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #159BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BCE is #EA6431. Grayscale: #787878. Windows color (decimal): -15361074 or 13540117. OLE color: 13540117.
HSL color Cylindrical-coordinate representation of color #159BCE: hue angle of 196.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159BCE is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 155 | 206 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.19 |
| HSL | 196.54º | 0.81% | 0.45% | - |
| HSV(B) | 196.54º | 0.9% | 0.81% | - |
| XYZ | 23.17 | 28.06 | 62.59 | - |
| YUV | 120.75 | 176.11 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 206 | 0.90 | 0.25 | 0 | 0.19 | 196.54 | 0.81 | 0.45 |
| Hex | 15 | 9B | CE | 5A | 19 | 0 | 13 | C5 | 51 | 2D |
| Octal | 25 | 233 | 316 | 132 | 31 | 0 | 23 | 305 | 121 | 55 |
| Binary | 10101 | 10011011 | 11001110 | 1011010 | 11001 | 0 | 10011 | 11000101 | 1010001 | 101101 |
Color Harmonies of #159BCE
Complementary color
Monochromatic Colors of #159BCE
Black with #159BCE
Text Example
Text Example
White with #159BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BCE; }
p { color: rgb(21,155,206); }
H1.HeaderClassName
{
color: #159BCE;
}
.AnyTagClassName
{
color: #159BCE;
}
</style>
background-color css
<style>
a { background-color: #159BCE; }
a { background-color: rgb(21,155,206); }
div.DivClassName
{
background-color: #159BCE;
}
.BgClassName
{
background-color: #159BCE;
}
</style>
border-color css
<style>
span { border-color: #159BCE; }
span { border-color: rgb(21,155,206); }
td.TdClassName
{
border-color: #159BCE;
}
.TagClassName
{
border-color: #159BCE;
}
</style>