Shades of Pacific Blue #169DDD
Tints of Pacific Blue #169DDD
RGB
CMYK
RGB Variations
Color information
#169DDD (or 0x169DDD) is known color: Pacific Blue. HEX triplet: 16, 9D and DD. RGB value is (22,157,221). Sum of RGB (Red+Green+Blue) = 22+157+221=400 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #169DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169DDD is #E96222. Grayscale: #7B7B7B. Windows color (decimal): -15295011 or 14523670. OLE color: 14523670.
HSL color Cylindrical-coordinate representation of color #169DDD: hue angle of 199.3º 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 #169DDD is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 157 | 221 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.13 |
| HSL | 199.3º | 0.82% | 0.48% | - |
| HSV(B) | 199.3º | 0.9% | 0.87% | - |
| XYZ | 25.44 | 29.5 | 72.76 | - |
| YUV | 123.93 | 182.77 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 157 | 221 | 0.90 | 0.29 | 0 | 0.13 | 199.3 | 0.82 | 0.48 |
| Hex | 16 | 9D | DD | 5A | 1D | 0 | D | C7 | 52 | 30 |
| Octal | 26 | 235 | 335 | 132 | 35 | 0 | 15 | 307 | 122 | 60 |
| Binary | 10110 | 10011101 | 11011101 | 1011010 | 11101 | 0 | 1101 | 11000111 | 1010010 | 110000 |
Color Harmonies of #169DDD
Complementary color
Monochromatic Colors of #169DDD
Black with #169DDD
Text Example
Text Example
White with #169DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169DDD; }
p { color: rgb(22,157,221); }
H1.HeaderClassName
{
color: #169DDD;
}
.AnyTagClassName
{
color: #169DDD;
}
</style>
background-color css
<style>
a { background-color: #169DDD; }
a { background-color: rgb(22,157,221); }
div.DivClassName
{
background-color: #169DDD;
}
.BgClassName
{
background-color: #169DDD;
}
</style>
border-color css
<style>
span { border-color: #169DDD; }
span { border-color: rgb(22,157,221); }
td.TdClassName
{
border-color: #169DDD;
}
.TagClassName
{
border-color: #169DDD;
}
</style>