Shades of Pacific Blue #159BDD
Tints of Pacific Blue #159BDD
RGB
CMYK
RGB Variations
Color information
#159BDD (or 0x159BDD) is known color: Pacific Blue. HEX triplet: 15, 9B and DD. RGB value is (21,155,221). Sum of RGB (Red+Green+Blue) = 21+155+221=397 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.29% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #159BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159BDD is #EA6422. Grayscale: #7A7A7A. Windows color (decimal): -15361059 or 14523157. OLE color: 14523157.
HSL color Cylindrical-coordinate representation of color #159BDD: hue angle of 199.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159BDD is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 155 | 221 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.13 |
| HSL | 199.8º | 0.83% | 0.47% | - |
| HSV(B) | 199.8º | 0.9% | 0.87% | - |
| XYZ | 25.08 | 28.82 | 72.65 | - |
| YUV | 122.46 | 183.61 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 155 | 221 | 0.90 | 0.30 | 0 | 0.13 | 199.8 | 0.83 | 0.47 |
| Hex | 15 | 9B | DD | 5A | 1E | 0 | D | C8 | 53 | 2F |
| Octal | 25 | 233 | 335 | 132 | 36 | 0 | 15 | 310 | 123 | 57 |
| Binary | 10101 | 10011011 | 11011101 | 1011010 | 11110 | 0 | 1101 | 11001000 | 1010011 | 101111 |
Color Harmonies of #159BDD
Complementary color
Monochromatic Colors of #159BDD
Black with #159BDD
Text Example
Text Example
White with #159BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159BDD; }
p { color: rgb(21,155,221); }
H1.HeaderClassName
{
color: #159BDD;
}
.AnyTagClassName
{
color: #159BDD;
}
</style>
background-color css
<style>
a { background-color: #159BDD; }
a { background-color: rgb(21,155,221); }
div.DivClassName
{
background-color: #159BDD;
}
.BgClassName
{
background-color: #159BDD;
}
</style>
border-color css
<style>
span { border-color: #159BDD; }
span { border-color: rgb(21,155,221); }
td.TdClassName
{
border-color: #159BDD;
}
.TagClassName
{
border-color: #159BDD;
}
</style>