#169CD7

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

Shades of Pacific Blue #169CD7

Tints of Pacific Blue #169CD7

Color information

#169CD7 (or 0x169CD7) is unknown color: approx Pacific Blue. HEX triplet: 16, 9C and D7. RGB value is (22,156,215). Sum of RGB (Red+Green+Blue) = 22+156+215=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 215 (84.38% from 255 or 54.71% from 393); Max value from RGB is 215 - color contains mainly: blue. Hex color #169CD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169CD7 is #E96328. Grayscale: #7A7A7A. Windows color (decimal): -15295273 or 14130198. OLE color: 14130198.

HSL color Cylindrical-coordinate representation of color #169CD7: hue angle of 198.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #169CD7 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB22156215-
CMYK0.900.2700.16
HSL198.34º81.43%46.47%-
HSV(B)198.34º89.77%84.31%-
XYZ24.4928.8568.57-
YUV122.66180.1156.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.60%
GREEN value IS 156 (61.33% from 255) = 39.69%
BLUE value IS 215 (84.38% from 255) = 54.71%
R=5.60%
G=39.69%
B=54.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal221562150.900.2700.16198.3481.4346.47
Hex169CD75A1B010c6512e
Octal262343271323302030612156
Binary101101001110011010111101101011011010000110001101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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