Shades of Pacific Blue #169CCD
Tints of Pacific Blue #169CCD
RGB
CMYK
RGB Variations
Color information
#169CCD (or 0x169CCD) is known color: Pacific Blue. HEX triplet: 16, 9C and CD. RGB value is (22,156,205). Sum of RGB (Red+Green+Blue) = 22+156+205=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #169CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169CCD is #E96332. Grayscale: #797979. Windows color (decimal): -15295283 or 13474838. OLE color: 13474838.
HSL color Cylindrical-coordinate representation of color #169CCD: hue angle of 196.07º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #169CCD is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 156 | 205 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.20 |
| HSL | 196.07º | 0.81% | 0.45% | - |
| HSV(B) | 196.07º | 0.89% | 0.8% | - |
| XYZ | 23.24 | 28.36 | 62.01 | - |
| YUV | 121.52 | 175.11 | 57.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 156 | 205 | 0.89 | 0.24 | 0 | 0.20 | 196.07 | 0.81 | 0.45 |
| Hex | 16 | 9C | CD | 59 | 18 | 0 | 14 | C4 | 51 | 2D |
| Octal | 26 | 234 | 315 | 131 | 30 | 0 | 24 | 304 | 121 | 55 |
| Binary | 10110 | 10011100 | 11001101 | 1011001 | 11000 | 0 | 10100 | 11000100 | 1010001 | 101101 |
Color Harmonies of #169CCD
Complementary color
Monochromatic Colors of #169CCD
Black with #169CCD
Text Example
Text Example
White with #169CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169CCD; }
p { color: rgb(22,156,205); }
H1.HeaderClassName
{
color: #169CCD;
}
.AnyTagClassName
{
color: #169CCD;
}
</style>
background-color css
<style>
a { background-color: #169CCD; }
a { background-color: rgb(22,156,205); }
div.DivClassName
{
background-color: #169CCD;
}
.BgClassName
{
background-color: #169CCD;
}
</style>
border-color css
<style>
span { border-color: #169CCD; }
span { border-color: rgb(22,156,205); }
td.TdClassName
{
border-color: #169CCD;
}
.TagClassName
{
border-color: #169CCD;
}
</style>