Shades of Pacific Blue #169BDC
Tints of Pacific Blue #169BDC
RGB
CMYK
RGB Variations
Color information
#169BDC (or 0x169BDC) is known color: Pacific Blue. HEX triplet: 16, 9B and DC. RGB value is (22,155,220). Sum of RGB (Red+Green+Blue) = 22+155+220=397 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.54% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #169BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169BDC is #E96423. Grayscale: #7A7A7A. Windows color (decimal): -15295524 or 14457622. OLE color: 14457622.
HSL color Cylindrical-coordinate representation of color #169BDC: hue angle of 199.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #169BDC is Cyan = 0.9, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 155 | 220 | - |
| CMYK | 0.9 | 0.30 | 0 | 0.14 |
| HSL | 199.7º | 0.82% | 0.47% | - |
| HSV(B) | 199.7º | 0.9% | 0.86% | - |
| XYZ | 24.97 | 28.78 | 71.95 | - |
| YUV | 122.64 | 182.94 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 155 | 220 | 0.9 | 0.30 | 0 | 0.14 | 199.7 | 0.82 | 0.47 |
| Hex | 16 | 9B | DC | 5A | 1E | 0 | E | C8 | 52 | 2F |
| Octal | 26 | 233 | 334 | 132 | 36 | 0 | 16 | 310 | 122 | 57 |
| Binary | 10110 | 10011011 | 11011100 | 1011010 | 11110 | 0 | 1110 | 11001000 | 1010010 | 101111 |
Color Harmonies of #169BDC
Complementary color
Monochromatic Colors of #169BDC
Black with #169BDC
Text Example
Text Example
White with #169BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169BDC; }
p { color: rgb(22,155,220); }
H1.HeaderClassName
{
color: #169BDC;
}
.AnyTagClassName
{
color: #169BDC;
}
</style>
background-color css
<style>
a { background-color: #169BDC; }
a { background-color: rgb(22,155,220); }
div.DivClassName
{
background-color: #169BDC;
}
.BgClassName
{
background-color: #169BDC;
}
</style>
border-color css
<style>
span { border-color: #169BDC; }
span { border-color: rgb(22,155,220); }
td.TdClassName
{
border-color: #169BDC;
}
.TagClassName
{
border-color: #169BDC;
}
</style>