Shades of Pacific Blue #159DD2
Tints of Pacific Blue #159DD2
RGB
CMYK
RGB Variations
Color information
#159DD2 (or 0x159DD2) is known color: Pacific Blue. HEX triplet: 15, 9D and D2. RGB value is (21,157,210). Sum of RGB (Red+Green+Blue) = 21+157+210=388 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.41% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #159DD2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DD2 is #EA622D. Grayscale: #7A7A7A. Windows color (decimal): -15360558 or 13802773. OLE color: 13802773.
HSL color Cylindrical-coordinate representation of color #159DD2: hue angle of 196.83º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159DD2 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 157 | 210 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.18 |
| HSL | 196.83º | 0.82% | 0.45% | - |
| HSV(B) | 196.83º | 0.9% | 0.82% | - |
| XYZ | 24 | 28.93 | 65.29 | - |
| YUV | 122.38 | 177.44 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 210 | 0.90 | 0.25 | 0 | 0.18 | 196.83 | 0.82 | 0.45 |
| Hex | 15 | 9D | D2 | 5A | 19 | 0 | 12 | C5 | 52 | 2D |
| Octal | 25 | 235 | 322 | 132 | 31 | 0 | 22 | 305 | 122 | 55 |
| Binary | 10101 | 10011101 | 11010010 | 1011010 | 11001 | 0 | 10010 | 11000101 | 1010010 | 101101 |
Color Harmonies of #159DD2
Complementary color
Monochromatic Colors of #159DD2
Black with #159DD2
Text Example
Text Example
White with #159DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DD2; }
p { color: rgb(21,157,210); }
H1.HeaderClassName
{
color: #159DD2;
}
.AnyTagClassName
{
color: #159DD2;
}
</style>
background-color css
<style>
a { background-color: #159DD2; }
a { background-color: rgb(21,157,210); }
div.DivClassName
{
background-color: #159DD2;
}
.BgClassName
{
background-color: #159DD2;
}
</style>
border-color css
<style>
span { border-color: #159DD2; }
span { border-color: rgb(21,157,210); }
td.TdClassName
{
border-color: #159DD2;
}
.TagClassName
{
border-color: #159DD2;
}
</style>