Shades of Pacific Blue #169BC5
Tints of Pacific Blue #169BC5
RGB
CMYK
RGB Variations
Color information
#169BC5 (or 0x169BC5) is known color: Pacific Blue. HEX triplet: 16, 9B and C5. RGB value is (22,155,197). Sum of RGB (Red+Green+Blue) = 22+155+197=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #169BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169BC5 is #E9643A. Grayscale: #777777. Windows color (decimal): -15295547 or 12950294. OLE color: 12950294.
HSL color Cylindrical-coordinate representation of color #169BC5: hue angle of 194.4º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #169BC5 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 155 | 197 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.23 |
| HSL | 194.4º | 0.8% | 0.43% | - |
| HSV(B) | 194.4º | 0.89% | 0.77% | - |
| XYZ | 22.13 | 27.64 | 56.99 | - |
| YUV | 120.02 | 171.44 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 155 | 197 | 0.89 | 0.21 | 0 | 0.23 | 194.4 | 0.8 | 0.43 |
| Hex | 16 | 9B | C5 | 59 | 15 | 0 | 17 | C2 | 50 | 2B |
| Octal | 26 | 233 | 305 | 131 | 25 | 0 | 27 | 302 | 120 | 53 |
| Binary | 10110 | 10011011 | 11000101 | 1011001 | 10101 | 0 | 10111 | 11000010 | 1010000 | 101011 |
Color Harmonies of #169BC5
Complementary color
Monochromatic Colors of #169BC5
Black with #169BC5
Text Example
Text Example
White with #169BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169BC5; }
p { color: rgb(22,155,197); }
H1.HeaderClassName
{
color: #169BC5;
}
.AnyTagClassName
{
color: #169BC5;
}
</style>
background-color css
<style>
a { background-color: #169BC5; }
a { background-color: rgb(22,155,197); }
div.DivClassName
{
background-color: #169BC5;
}
.BgClassName
{
background-color: #169BC5;
}
</style>
border-color css
<style>
span { border-color: #169BC5; }
span { border-color: rgb(22,155,197); }
td.TdClassName
{
border-color: #169BC5;
}
.TagClassName
{
border-color: #169BC5;
}
</style>