Shades of Pacific Blue #159DC1
Tints of Pacific Blue #159DC1
RGB
CMYK
RGB Variations
Color information
#159DC1 (or 0x159DC1) is known color: Pacific Blue. HEX triplet: 15, 9D and C1. RGB value is (21,157,193). Sum of RGB (Red+Green+Blue) = 21+157+193=371 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.66% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #159DC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DC1 is #EA623E. Grayscale: #787878. Windows color (decimal): -15360575 or 12688661. OLE color: 12688661.
HSL color Cylindrical-coordinate representation of color #159DC1: hue angle of 192.56º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #159DC1 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 157 | 193 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.24 |
| HSL | 192.56º | 0.8% | 0.42% | - |
| HSV(B) | 192.56º | 0.89% | 0.76% | - |
| XYZ | 21.99 | 28.12 | 54.72 | - |
| YUV | 120.44 | 168.94 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 193 | 0.89 | 0.19 | 0 | 0.24 | 192.56 | 0.8 | 0.42 |
| Hex | 15 | 9D | C1 | 59 | 13 | 0 | 18 | C1 | 50 | 2A |
| Octal | 25 | 235 | 301 | 131 | 23 | 0 | 30 | 301 | 120 | 52 |
| Binary | 10101 | 10011101 | 11000001 | 1011001 | 10011 | 0 | 11000 | 11000001 | 1010000 | 101010 |
Color Harmonies of #159DC1
Complementary color
Monochromatic Colors of #159DC1
Black with #159DC1
Text Example
Text Example
White with #159DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DC1; }
p { color: rgb(21,157,193); }
H1.HeaderClassName
{
color: #159DC1;
}
.AnyTagClassName
{
color: #159DC1;
}
</style>
background-color css
<style>
a { background-color: #159DC1; }
a { background-color: rgb(21,157,193); }
div.DivClassName
{
background-color: #159DC1;
}
.BgClassName
{
background-color: #159DC1;
}
</style>
border-color css
<style>
span { border-color: #159DC1; }
span { border-color: rgb(21,157,193); }
td.TdClassName
{
border-color: #159DC1;
}
.TagClassName
{
border-color: #159DC1;
}
</style>