Shades of Pacific Blue #159FD1
Tints of Pacific Blue #159FD1
RGB
CMYK
RGB Variations
Color information
#159FD1 (or 0x159FD1) is known color: Pacific Blue. HEX triplet: 15, 9F and D1. RGB value is (21,159,209). Sum of RGB (Red+Green+Blue) = 21+159+209=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 209 (82.03% from 255 or 53.73% from 389); Max value from RGB is 209 - color contains mainly: blue. Hex color #159FD1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FD1 is #EA602E. Grayscale: #7B7B7B. Windows color (decimal): -15360047 or 13737749. OLE color: 13737749.
HSL color Cylindrical-coordinate representation of color #159FD1: hue angle of 195.96º 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 #159FD1 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 159 | 209 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.18 |
| HSL | 195.96º | 0.82% | 0.45% | - |
| HSV(B) | 195.96º | 0.9% | 0.82% | - |
| XYZ | 24.22 | 29.56 | 64.75 | - |
| YUV | 123.44 | 176.28 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 209 | 0.90 | 0.24 | 0 | 0.18 | 195.96 | 0.82 | 0.45 |
| Hex | 15 | 9F | D1 | 5A | 18 | 0 | 12 | C4 | 52 | 2D |
| Octal | 25 | 237 | 321 | 132 | 30 | 0 | 22 | 304 | 122 | 55 |
| Binary | 10101 | 10011111 | 11010001 | 1011010 | 11000 | 0 | 10010 | 11000100 | 1010010 | 101101 |
Color Harmonies of #159FD1
Complementary color
Monochromatic Colors of #159FD1
Black with #159FD1
Text Example
Text Example
White with #159FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FD1; }
p { color: rgb(21,159,209); }
H1.HeaderClassName
{
color: #159FD1;
}
.AnyTagClassName
{
color: #159FD1;
}
</style>
background-color css
<style>
a { background-color: #159FD1; }
a { background-color: rgb(21,159,209); }
div.DivClassName
{
background-color: #159FD1;
}
.BgClassName
{
background-color: #159FD1;
}
</style>
border-color css
<style>
span { border-color: #159FD1; }
span { border-color: rgb(21,159,209); }
td.TdClassName
{
border-color: #159FD1;
}
.TagClassName
{
border-color: #159FD1;
}
</style>