Shades of Pacific Blue #159DC9
Tints of Pacific Blue #159DC9
RGB
CMYK
RGB Variations
Color information
#159DC9 (or 0x159DC9) is known color: Pacific Blue. HEX triplet: 15, 9D and C9. RGB value is (21,157,201). Sum of RGB (Red+Green+Blue) = 21+157+201=379 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.54% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #159DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DC9 is #EA6236. Grayscale: #797979. Windows color (decimal): -15360567 or 13212949. OLE color: 13212949.
HSL color Cylindrical-coordinate representation of color #159DC9: hue angle of 194.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159DC9 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 157 | 201 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.21 |
| HSL | 194.67º | 0.81% | 0.44% | - |
| HSV(B) | 194.67º | 0.9% | 0.79% | - |
| XYZ | 22.91 | 28.49 | 59.55 | - |
| YUV | 121.35 | 172.94 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 201 | 0.90 | 0.22 | 0 | 0.21 | 194.67 | 0.81 | 0.44 |
| Hex | 15 | 9D | C9 | 5A | 16 | 0 | 15 | C3 | 51 | 2C |
| Octal | 25 | 235 | 311 | 132 | 26 | 0 | 25 | 303 | 121 | 54 |
| Binary | 10101 | 10011101 | 11001001 | 1011010 | 10110 | 0 | 10101 | 11000011 | 1010001 | 101100 |
Color Harmonies of #159DC9
Complementary color
Monochromatic Colors of #159DC9
Black with #159DC9
Text Example
Text Example
White with #159DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DC9; }
p { color: rgb(21,157,201); }
H1.HeaderClassName
{
color: #159DC9;
}
.AnyTagClassName
{
color: #159DC9;
}
</style>
background-color css
<style>
a { background-color: #159DC9; }
a { background-color: rgb(21,157,201); }
div.DivClassName
{
background-color: #159DC9;
}
.BgClassName
{
background-color: #159DC9;
}
</style>
border-color css
<style>
span { border-color: #159DC9; }
span { border-color: rgb(21,157,201); }
td.TdClassName
{
border-color: #159DC9;
}
.TagClassName
{
border-color: #159DC9;
}
</style>