Shades of Pacific Blue #159FCB
Tints of Pacific Blue #159FCB
RGB
CMYK
RGB Variations
Color information
#159FCB (or 0x159FCB) is known color: Pacific Blue. HEX triplet: 15, 9F and CB. RGB value is (21,159,203). Sum of RGB (Red+Green+Blue) = 21+159+203=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #159FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159FCB is #EA6034. Grayscale: #7A7A7A. Windows color (decimal): -15360053 or 13344533. OLE color: 13344533.
HSL color Cylindrical-coordinate representation of color #159FCB: hue angle of 194.51º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159FCB is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 159 | 203 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.20 |
| HSL | 194.51º | 0.81% | 0.44% | - |
| HSV(B) | 194.51º | 0.9% | 0.8% | - |
| XYZ | 23.49 | 29.27 | 60.91 | - |
| YUV | 122.75 | 173.28 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 203 | 0.90 | 0.22 | 0 | 0.20 | 194.51 | 0.81 | 0.44 |
| Hex | 15 | 9F | CB | 5A | 16 | 0 | 14 | C3 | 51 | 2C |
| Octal | 25 | 237 | 313 | 132 | 26 | 0 | 24 | 303 | 121 | 54 |
| Binary | 10101 | 10011111 | 11001011 | 1011010 | 10110 | 0 | 10100 | 11000011 | 1010001 | 101100 |
Color Harmonies of #159FCB
Complementary color
Monochromatic Colors of #159FCB
Black with #159FCB
Text Example
Text Example
White with #159FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159FCB; }
p { color: rgb(21,159,203); }
H1.HeaderClassName
{
color: #159FCB;
}
.AnyTagClassName
{
color: #159FCB;
}
</style>
background-color css
<style>
a { background-color: #159FCB; }
a { background-color: rgb(21,159,203); }
div.DivClassName
{
background-color: #159FCB;
}
.BgClassName
{
background-color: #159FCB;
}
</style>
border-color css
<style>
span { border-color: #159FCB; }
span { border-color: rgb(21,159,203); }
td.TdClassName
{
border-color: #159FCB;
}
.TagClassName
{
border-color: #159FCB;
}
</style>