Shades of Pacific Blue #159FC1
Tints of Pacific Blue #159FC1
RGB
CMYK
RGB Variations
Color information
#159FC1 (or 0x159FC1) is known color: Pacific Blue. HEX triplet: 15, 9F and C1. RGB value is (21,159,193). Sum of RGB (Red+Green+Blue) = 21+159+193=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #159FC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FC1 is #EA603E. Grayscale: #797979. Windows color (decimal): -15360063 or 12689173. OLE color: 12689173.
HSL color Cylindrical-coordinate representation of color #159FC1: hue angle of 191.86º 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 #159FC1 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 159 | 193 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.24 |
| HSL | 191.86º | 0.8% | 0.42% | - |
| HSV(B) | 191.86º | 0.89% | 0.76% | - |
| XYZ | 22.33 | 28.81 | 54.84 | - |
| YUV | 121.61 | 168.28 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 193 | 0.89 | 0.18 | 0 | 0.24 | 191.86 | 0.8 | 0.42 |
| Hex | 15 | 9F | C1 | 59 | 12 | 0 | 18 | C0 | 50 | 2A |
| Octal | 25 | 237 | 301 | 131 | 22 | 0 | 30 | 300 | 120 | 52 |
| Binary | 10101 | 10011111 | 11000001 | 1011001 | 10010 | 0 | 11000 | 11000000 | 1010000 | 101010 |
Color Harmonies of #159FC1
Complementary color
Monochromatic Colors of #159FC1
Black with #159FC1
Text Example
Text Example
White with #159FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FC1; }
p { color: rgb(21,159,193); }
H1.HeaderClassName
{
color: #159FC1;
}
.AnyTagClassName
{
color: #159FC1;
}
</style>
background-color css
<style>
a { background-color: #159FC1; }
a { background-color: rgb(21,159,193); }
div.DivClassName
{
background-color: #159FC1;
}
.BgClassName
{
background-color: #159FC1;
}
</style>
border-color css
<style>
span { border-color: #159FC1; }
span { border-color: rgb(21,159,193); }
td.TdClassName
{
border-color: #159FC1;
}
.TagClassName
{
border-color: #159FC1;
}
</style>