Shades of Pacific Blue #159ADD
Tints of Pacific Blue #159ADD
RGB
CMYK
RGB Variations
Color information
#159ADD (or 0x159ADD) is known color: Pacific Blue. HEX triplet: 15, 9A and DD. RGB value is (21,154,221). Sum of RGB (Red+Green+Blue) = 21+154+221=396 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.30% from 396); Green value is 154 (60.55% from 255 or 38.89% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #159ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ADD is #EA6522. Grayscale: #797979. Windows color (decimal): -15361315 or 14522901. OLE color: 14522901.
HSL color Cylindrical-coordinate representation of color #159ADD: hue angle of 200.1º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #159ADD is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 154 | 221 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.13 |
| HSL | 200.1º | 0.83% | 0.47% | - |
| HSV(B) | 200.1º | 0.9% | 0.87% | - |
| XYZ | 24.92 | 28.49 | 72.59 | - |
| YUV | 121.87 | 183.94 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 154 | 221 | 0.90 | 0.30 | 0 | 0.13 | 200.1 | 0.83 | 0.47 |
| Hex | 15 | 9A | DD | 5A | 1E | 0 | D | C8 | 53 | 2F |
| Octal | 25 | 232 | 335 | 132 | 36 | 0 | 15 | 310 | 123 | 57 |
| Binary | 10101 | 10011010 | 11011101 | 1011010 | 11110 | 0 | 1101 | 11001000 | 1010011 | 101111 |
Color Harmonies of #159ADD
Complementary color
Monochromatic Colors of #159ADD
Black with #159ADD
Text Example
Text Example
White with #159ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159ADD; }
p { color: rgb(21,154,221); }
H1.HeaderClassName
{
color: #159ADD;
}
.AnyTagClassName
{
color: #159ADD;
}
</style>
background-color css
<style>
a { background-color: #159ADD; }
a { background-color: rgb(21,154,221); }
div.DivClassName
{
background-color: #159ADD;
}
.BgClassName
{
background-color: #159ADD;
}
</style>
border-color css
<style>
span { border-color: #159ADD; }
span { border-color: rgb(21,154,221); }
td.TdClassName
{
border-color: #159ADD;
}
.TagClassName
{
border-color: #159ADD;
}
</style>