#168DCA

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

Shades of Pacific Blue #168DCA

Tints of Pacific Blue #168DCA

Color information

#168DCA (or 0x168DCA) is unknown color: approx Pacific Blue. HEX triplet: 16, 8D and CA. RGB value is (22,141,202). Sum of RGB (Red+Green+Blue) = 22+141+202=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #168DCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168DCA is #E97235. Grayscale: #707070. Windows color (decimal): -15299126 or 13274390. OLE color: 13274390.

HSL color Cylindrical-coordinate representation of color #168DCA: hue angle of 200.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #168DCA is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB22141202-
CMYK0.890.3000.21
HSL200.33º80.36%43.92%-
HSV(B)200.33º89.11%79.22%-
XYZ20.5223.4859.33-
YUV112.37178.5863.54-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.03%
GREEN value IS 141 (55.47% from 255) = 38.63%
BLUE value IS 202 (79.30% from 255) = 55.34%
R=6.03%
G=38.63%
B=55.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal221412020.890.3000.21200.3380.3643.92
Hex168DCA591E015c8502c
Octal262153121313602531012054
Binary101101000110111001010101100111110010101110010001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168DCA; }

 p { color: rgb(22,141,202); }

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

<style>
 a { background-color: #168DCA; }

 a { background-color: rgb(22,141,202); }

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

<style>
 span { border-color: #168DCA; }

 span { border-color: rgb(22,141,202); }

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