Shades of Pacific Blue #159AD0
Tints of Pacific Blue #159AD0
RGB
CMYK
RGB Variations
Color information
#159AD0 (or 0x159AD0) is known color: Pacific Blue. HEX triplet: 15, 9A and D0. RGB value is (21,154,208). Sum of RGB (Red+Green+Blue) = 21+154+208=383 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.48% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #159AD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159AD0 is #EA652F. Grayscale: #787878. Windows color (decimal): -15361328 or 13670933. OLE color: 13670933.
HSL color Cylindrical-coordinate representation of color #159AD0: hue angle of 197.33º 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 #159AD0 is Cyan = 0.90, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 154 | 208 | - |
| CMYK | 0.90 | 0.26 | 0 | 0.18 |
| HSL | 197.33º | 0.82% | 0.45% | - |
| HSV(B) | 197.33º | 0.9% | 0.82% | - |
| XYZ | 23.25 | 27.82 | 63.82 | - |
| YUV | 120.39 | 177.44 | 57.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 208 | 0.90 | 0.26 | 0 | 0.18 | 197.33 | 0.82 | 0.45 |
| Hex | 15 | 9A | D0 | 5A | 1A | 0 | 12 | C5 | 52 | 2D |
| Octal | 25 | 232 | 320 | 132 | 32 | 0 | 22 | 305 | 122 | 55 |
| Binary | 10101 | 10011010 | 11010000 | 1011010 | 11010 | 0 | 10010 | 11000101 | 1010010 | 101101 |
Color Harmonies of #159AD0
Complementary color
Monochromatic Colors of #159AD0
Black with #159AD0
Text Example
Text Example
White with #159AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159AD0; }
p { color: rgb(21,154,208); }
H1.HeaderClassName
{
color: #159AD0;
}
.AnyTagClassName
{
color: #159AD0;
}
</style>
background-color css
<style>
a { background-color: #159AD0; }
a { background-color: rgb(21,154,208); }
div.DivClassName
{
background-color: #159AD0;
}
.BgClassName
{
background-color: #159AD0;
}
</style>
border-color css
<style>
span { border-color: #159AD0; }
span { border-color: rgb(21,154,208); }
td.TdClassName
{
border-color: #159AD0;
}
.TagClassName
{
border-color: #159AD0;
}
</style>