#168BCC

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

Shades of Pacific Blue #168BCC

Tints of Pacific Blue #168BCC

Color information

#168BCC (or 0x168BCC) is unknown color: approx Pacific Blue. HEX triplet: 16, 8B and CC. RGB value is (22,139,204). Sum of RGB (Red+Green+Blue) = 22+139+204=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #168BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BCC is #E97433. Grayscale: #6F6F6F. Windows color (decimal): -15299636 or 13404950. OLE color: 13404950.

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

Color convert

RGB22139204-
CMYK0.890.3200.2
HSL201.43º80.53%44.31%-
HSV(B)201.43º89.22%80%-
XYZ20.462360.49-
YUV111.43180.2464.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.03%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 204 (80.08% from 255) = 55.89%
R=6.03%
G=38.08%
B=55.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal221392040.890.3200.2201.4380.5344.31
Hex168BCC5920014c9512c
Octal262133141314002431112154
Binary1011010001011110011001011001100000010100110010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,139,204); }

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

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

 a { background-color: rgb(22,139,204); }

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

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

 span { border-color: rgb(22,139,204); }

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