#169CD9

Color #169CD9 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #169CD9

Tints of Pacific Blue #169CD9

Color information

#169CD9 (or 0x169CD9) is unknown color: approx Pacific Blue. HEX triplet: 16, 9C and D9. RGB value is (22,156,217). Sum of RGB (Red+Green+Blue) = 22+156+217=395 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.57% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 217 (85.16% from 255 or 54.94% from 395); Max value from RGB is 217 - color contains mainly: blue. Hex color #169CD9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169CD9 is #E96326. Grayscale: #7A7A7A. Windows color (decimal): -15295271 or 14261270. OLE color: 14261270.

HSL color Cylindrical-coordinate representation of color #169CD9: hue angle of 198.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #169CD9 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB22156217-
CMYK0.900.2800.15
HSL198.77º81.59%46.86%-
HSV(B)198.77º89.86%85.1%-
XYZ24.7428.9669.93-
YUV122.89181.1156.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 5.57%
GREEN value IS 156 (61.33% from 255) = 39.49%
BLUE value IS 217 (85.16% from 255) = 54.94%
R=5.57%
G=39.49%
B=54.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal221562170.900.2800.15198.7781.5946.86
Hex169CD95A1C0Fc7522f
Octal262343311323401730712257
Binary10110100111001101100110110101110001111110001111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169CD9; }

 p { color: rgb(22,156,217); }

 H1.HeaderClassName
 {
   color: #169CD9;
 }
 .AnyTagClassName
 {
   color: #169CD9;
 }
</style>
background-color css

<style>
 a { background-color: #169CD9; }

 a { background-color: rgb(22,156,217); }

 div.DivClassName
 {
   background-color: #169CD9;
 }
 .BgClassName
 {
   background-color: #169CD9;
 }
</style>
border-color css

<style>
 span { border-color: #169CD9; }

 span { border-color: rgb(22,156,217); }

 td.TdClassName
 {
   border-color: #169CD9;
 }
 .TagClassName
 {
   border-color: #169CD9;
 }
</style>