Shades of Pacific Blue #159FCE
Tints of Pacific Blue #159FCE
RGB
CMYK
RGB Variations
Color information
#159FCE (or 0x159FCE) is known color: Pacific Blue. HEX triplet: 15, 9F and CE. RGB value is (21,159,206). Sum of RGB (Red+Green+Blue) = 21+159+206=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #159FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FCE is #EA6031. Grayscale: #7A7A7A. Windows color (decimal): -15360050 or 13541141. OLE color: 13541141.
HSL color Cylindrical-coordinate representation of color #159FCE: hue angle of 195.24º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159FCE is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 159 | 206 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.19 |
| HSL | 195.24º | 0.81% | 0.45% | - |
| HSV(B) | 195.24º | 0.9% | 0.81% | - |
| XYZ | 23.85 | 29.41 | 62.81 | - |
| YUV | 123.1 | 174.78 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 206 | 0.90 | 0.23 | 0 | 0.19 | 195.24 | 0.81 | 0.45 |
| Hex | 15 | 9F | CE | 5A | 17 | 0 | 13 | C3 | 51 | 2D |
| Octal | 25 | 237 | 316 | 132 | 27 | 0 | 23 | 303 | 121 | 55 |
| Binary | 10101 | 10011111 | 11001110 | 1011010 | 10111 | 0 | 10011 | 11000011 | 1010001 | 101101 |
Color Harmonies of #159FCE
Complementary color
Monochromatic Colors of #159FCE
Black with #159FCE
Text Example
Text Example
White with #159FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FCE; }
p { color: rgb(21,159,206); }
H1.HeaderClassName
{
color: #159FCE;
}
.AnyTagClassName
{
color: #159FCE;
}
</style>
background-color css
<style>
a { background-color: #159FCE; }
a { background-color: rgb(21,159,206); }
div.DivClassName
{
background-color: #159FCE;
}
.BgClassName
{
background-color: #159FCE;
}
</style>
border-color css
<style>
span { border-color: #159FCE; }
span { border-color: rgb(21,159,206); }
td.TdClassName
{
border-color: #159FCE;
}
.TagClassName
{
border-color: #159FCE;
}
</style>