Shades of Pacific Blue #169ECC
Tints of Pacific Blue #169ECC
RGB
CMYK
RGB Variations
Color information
#169ECC (or 0x169ECC) is known color: Pacific Blue. HEX triplet: 16, 9E and CC. RGB value is (22,158,204). Sum of RGB (Red+Green+Blue) = 22+158+204=384 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.73% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #169ECC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169ECC is #E96133. Grayscale: #7A7A7A. Windows color (decimal): -15294772 or 13409814. OLE color: 13409814.
HSL color Cylindrical-coordinate representation of color #169ECC: hue angle of 195.16º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #169ECC is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 158 | 204 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.2 |
| HSL | 195.16º | 0.81% | 0.44% | - |
| HSV(B) | 195.16º | 0.89% | 0.8% | - |
| XYZ | 23.46 | 28.98 | 61.48 | - |
| YUV | 122.58 | 173.94 | 56.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 158 | 204 | 0.89 | 0.23 | 0 | 0.2 | 195.16 | 0.81 | 0.44 |
| Hex | 16 | 9E | CC | 59 | 17 | 0 | 14 | C3 | 51 | 2C |
| Octal | 26 | 236 | 314 | 131 | 27 | 0 | 24 | 303 | 121 | 54 |
| Binary | 10110 | 10011110 | 11001100 | 1011001 | 10111 | 0 | 10100 | 11000011 | 1010001 | 101100 |
Color Harmonies of #169ECC
Complementary color
Monochromatic Colors of #169ECC
Black with #169ECC
Text Example
Text Example
White with #169ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169ECC; }
p { color: rgb(22,158,204); }
H1.HeaderClassName
{
color: #169ECC;
}
.AnyTagClassName
{
color: #169ECC;
}
</style>
background-color css
<style>
a { background-color: #169ECC; }
a { background-color: rgb(22,158,204); }
div.DivClassName
{
background-color: #169ECC;
}
.BgClassName
{
background-color: #169ECC;
}
</style>
border-color css
<style>
span { border-color: #169ECC; }
span { border-color: rgb(22,158,204); }
td.TdClassName
{
border-color: #169ECC;
}
.TagClassName
{
border-color: #169ECC;
}
</style>