#168DDA

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

Shades of Pacific Blue #168DDA

Tints of Pacific Blue #168DDA

Color information

#168DDA (or 0x168DDA) is unknown color: approx Pacific Blue. HEX triplet: 16, 8D and DA. RGB value is (22,141,218). Sum of RGB (Red+Green+Blue) = 22+141+218=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #168DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168DDA is #E97225. Grayscale: #717171. Windows color (decimal): -15299110 or 14322966. OLE color: 14322966.

HSL color Cylindrical-coordinate representation of color #168DDA: hue angle of 203.57º 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 #168DDA is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB22141218-
CMYK0.900.3500.15
HSL203.57º81.67%47.06%-
HSV(B)203.57º89.91%85.49%-
XYZ22.5124.2869.83-
YUV114.2186.5862.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.77%
GREEN value IS 141 (55.47% from 255) = 37.01%
BLUE value IS 218 (85.55% from 255) = 57.22%
R=5.77%
G=37.01%
B=57.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal221412180.900.3500.15203.5781.6747.06
Hex168DDA5A230Fcc522f
Octal262153321324301731412257
Binary101101000110111011010101101010001101111110011001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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