Shades of Pacific Blue #169BDE
Tints of Pacific Blue #169BDE
RGB
CMYK
RGB Variations
Color information
#169BDE (or 0x169BDE) is known color: Pacific Blue. HEX triplet: 16, 9B and DE. RGB value is (22,155,222). Sum of RGB (Red+Green+Blue) = 22+155+222=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #169BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169BDE is #E96421. Grayscale: #7A7A7A. Windows color (decimal): -15295522 or 14588694. OLE color: 14588694.
HSL color Cylindrical-coordinate representation of color #169BDE: hue angle of 200.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #169BDE is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 155 | 222 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.13 |
| HSL | 200.1º | 0.82% | 0.48% | - |
| HSV(B) | 200.1º | 0.9% | 0.87% | - |
| XYZ | 25.24 | 28.89 | 73.35 | - |
| YUV | 122.87 | 183.94 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 155 | 222 | 0.90 | 0.30 | 0 | 0.13 | 200.1 | 0.82 | 0.48 |
| Hex | 16 | 9B | DE | 5A | 1E | 0 | D | C8 | 52 | 30 |
| Octal | 26 | 233 | 336 | 132 | 36 | 0 | 15 | 310 | 122 | 60 |
| Binary | 10110 | 10011011 | 11011110 | 1011010 | 11110 | 0 | 1101 | 11001000 | 1010010 | 110000 |
Color Harmonies of #169BDE
Complementary color
Monochromatic Colors of #169BDE
Black with #169BDE
Text Example
Text Example
White with #169BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169BDE; }
p { color: rgb(22,155,222); }
H1.HeaderClassName
{
color: #169BDE;
}
.AnyTagClassName
{
color: #169BDE;
}
</style>
background-color css
<style>
a { background-color: #169BDE; }
a { background-color: rgb(22,155,222); }
div.DivClassName
{
background-color: #169BDE;
}
.BgClassName
{
background-color: #169BDE;
}
</style>
border-color css
<style>
span { border-color: #169BDE; }
span { border-color: rgb(22,155,222); }
td.TdClassName
{
border-color: #169BDE;
}
.TagClassName
{
border-color: #169BDE;
}
</style>