Shades of Pacific Blue #159DDD
Tints of Pacific Blue #159DDD
RGB
CMYK
RGB Variations
Color information
#159DDD (or 0x159DDD) is known color: Pacific Blue. HEX triplet: 15, 9D and DD. RGB value is (21,157,221). Sum of RGB (Red+Green+Blue) = 21+157+221=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #159DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DDD is #EA6222. Grayscale: #7B7B7B. Windows color (decimal): -15360547 or 14523669. OLE color: 14523669.
HSL color Cylindrical-coordinate representation of color #159DDD: hue angle of 199.2º 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 #159DDD is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 157 | 221 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.13 |
| HSL | 199.2º | 0.83% | 0.47% | - |
| HSV(B) | 199.2º | 0.9% | 0.87% | - |
| XYZ | 25.42 | 29.49 | 72.76 | - |
| YUV | 123.63 | 182.94 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 221 | 0.90 | 0.29 | 0 | 0.13 | 199.2 | 0.83 | 0.47 |
| Hex | 15 | 9D | DD | 5A | 1D | 0 | D | C7 | 53 | 2F |
| Octal | 25 | 235 | 335 | 132 | 35 | 0 | 15 | 307 | 123 | 57 |
| Binary | 10101 | 10011101 | 11011101 | 1011010 | 11101 | 0 | 1101 | 11000111 | 1010011 | 101111 |
Color Harmonies of #159DDD
Complementary color
Monochromatic Colors of #159DDD
Black with #159DDD
Text Example
Text Example
White with #159DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DDD; }
p { color: rgb(21,157,221); }
H1.HeaderClassName
{
color: #159DDD;
}
.AnyTagClassName
{
color: #159DDD;
}
</style>
background-color css
<style>
a { background-color: #159DDD; }
a { background-color: rgb(21,157,221); }
div.DivClassName
{
background-color: #159DDD;
}
.BgClassName
{
background-color: #159DDD;
}
</style>
border-color css
<style>
span { border-color: #159DDD; }
span { border-color: rgb(21,157,221); }
td.TdClassName
{
border-color: #159DDD;
}
.TagClassName
{
border-color: #159DDD;
}
</style>