Shades of Pacific Blue #169CDD
Tints of Pacific Blue #169CDD
RGB
CMYK
RGB Variations
Color information
#169CDD (or 0x169CDD) is known color: Pacific Blue. HEX triplet: 16, 9C and DD. RGB value is (22,156,221). Sum of RGB (Red+Green+Blue) = 22+156+221=399 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.51% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #169CDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169CDD is #E96322. Grayscale: #7A7A7A. Windows color (decimal): -15295267 or 14523414. OLE color: 14523414.
HSL color Cylindrical-coordinate representation of color #169CDD: hue angle of 199.6º 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 #169CDD is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 156 | 221 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.13 |
| HSL | 199.6º | 0.82% | 0.48% | - |
| HSV(B) | 199.6º | 0.9% | 0.87% | - |
| XYZ | 25.27 | 29.17 | 72.7 | - |
| YUV | 123.34 | 183.11 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 156 | 221 | 0.90 | 0.29 | 0 | 0.13 | 199.6 | 0.82 | 0.48 |
| Hex | 16 | 9C | DD | 5A | 1D | 0 | D | C8 | 52 | 30 |
| Octal | 26 | 234 | 335 | 132 | 35 | 0 | 15 | 310 | 122 | 60 |
| Binary | 10110 | 10011100 | 11011101 | 1011010 | 11101 | 0 | 1101 | 11001000 | 1010010 | 110000 |
Color Harmonies of #169CDD
Complementary color
Monochromatic Colors of #169CDD
Black with #169CDD
Text Example
Text Example
White with #169CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169CDD; }
p { color: rgb(22,156,221); }
H1.HeaderClassName
{
color: #169CDD;
}
.AnyTagClassName
{
color: #169CDD;
}
</style>
background-color css
<style>
a { background-color: #169CDD; }
a { background-color: rgb(22,156,221); }
div.DivClassName
{
background-color: #169CDD;
}
.BgClassName
{
background-color: #169CDD;
}
</style>
border-color css
<style>
span { border-color: #169CDD; }
span { border-color: rgb(22,156,221); }
td.TdClassName
{
border-color: #169CDD;
}
.TagClassName
{
border-color: #169CDD;
}
</style>