Shades of Pacific Blue #159ECD
Tints of Pacific Blue #159ECD
RGB
CMYK
RGB Variations
Color information
#159ECD (or 0x159ECD) is known color: Pacific Blue. HEX triplet: 15, 9E and CD. RGB value is (21,158,205). Sum of RGB (Red+Green+Blue) = 21+158+205=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #159ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159ECD is #EA6132. Grayscale: #7A7A7A. Windows color (decimal): -15360307 or 13475349. OLE color: 13475349.
HSL color Cylindrical-coordinate representation of color #159ECD: hue angle of 195.33º 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 #159ECD is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 158 | 205 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.20 |
| HSL | 195.33º | 0.81% | 0.44% | - |
| HSV(B) | 195.33º | 0.9% | 0.8% | - |
| XYZ | 23.56 | 29.02 | 62.12 | - |
| YUV | 122.4 | 174.61 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 158 | 205 | 0.90 | 0.23 | 0 | 0.20 | 195.33 | 0.81 | 0.44 |
| Hex | 15 | 9E | CD | 5A | 17 | 0 | 14 | C3 | 51 | 2C |
| Octal | 25 | 236 | 315 | 132 | 27 | 0 | 24 | 303 | 121 | 54 |
| Binary | 10101 | 10011110 | 11001101 | 1011010 | 10111 | 0 | 10100 | 11000011 | 1010001 | 101100 |
Color Harmonies of #159ECD
Complementary color
Monochromatic Colors of #159ECD
Black with #159ECD
Text Example
Text Example
White with #159ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159ECD; }
p { color: rgb(21,158,205); }
H1.HeaderClassName
{
color: #159ECD;
}
.AnyTagClassName
{
color: #159ECD;
}
</style>
background-color css
<style>
a { background-color: #159ECD; }
a { background-color: rgb(21,158,205); }
div.DivClassName
{
background-color: #159ECD;
}
.BgClassName
{
background-color: #159ECD;
}
</style>
border-color css
<style>
span { border-color: #159ECD; }
span { border-color: rgb(21,158,205); }
td.TdClassName
{
border-color: #159ECD;
}
.TagClassName
{
border-color: #159ECD;
}
</style>