Shades of Pacific Blue #169ECD
Tints of Pacific Blue #169ECD
RGB
CMYK
RGB Variations
Color information
#169ECD (or 0x169ECD) is known color: Pacific Blue. HEX triplet: 16, 9E and CD. RGB value is (22,158,205). Sum of RGB (Red+Green+Blue) = 22+158+205=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #169ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169ECD is #E96132. Grayscale: #7A7A7A. Windows color (decimal): -15294771 or 13475350. OLE color: 13475350.
HSL color Cylindrical-coordinate representation of color #169ECD: hue angle of 195.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #169ECD is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 158 | 205 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.20 |
| HSL | 195.41º | 0.81% | 0.45% | - |
| HSV(B) | 195.41º | 0.89% | 0.8% | - |
| XYZ | 23.58 | 29.03 | 62.12 | - |
| YUV | 122.69 | 174.44 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 158 | 205 | 0.89 | 0.23 | 0 | 0.20 | 195.41 | 0.81 | 0.45 |
| Hex | 16 | 9E | CD | 59 | 17 | 0 | 14 | C3 | 51 | 2D |
| Octal | 26 | 236 | 315 | 131 | 27 | 0 | 24 | 303 | 121 | 55 |
| Binary | 10110 | 10011110 | 11001101 | 1011001 | 10111 | 0 | 10100 | 11000011 | 1010001 | 101101 |
Color Harmonies of #169ECD
Complementary color
Monochromatic Colors of #169ECD
Black with #169ECD
Text Example
Text Example
White with #169ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169ECD; }
p { color: rgb(22,158,205); }
H1.HeaderClassName
{
color: #169ECD;
}
.AnyTagClassName
{
color: #169ECD;
}
</style>
background-color css
<style>
a { background-color: #169ECD; }
a { background-color: rgb(22,158,205); }
div.DivClassName
{
background-color: #169ECD;
}
.BgClassName
{
background-color: #169ECD;
}
</style>
border-color css
<style>
span { border-color: #169ECD; }
span { border-color: rgb(22,158,205); }
td.TdClassName
{
border-color: #169ECD;
}
.TagClassName
{
border-color: #169ECD;
}
</style>