#1688CB

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

Shades of Pacific Blue #1688CB

Tints of Pacific Blue #1688CB

Color information

#1688CB (or 0x1688CB) is unknown color: approx Pacific Blue. HEX triplet: 16, 88 and CB. RGB value is (22,136,203). Sum of RGB (Red+Green+Blue) = 22+136+203=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #1688CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688CB is #E97734. Grayscale: #6D6D6D. Windows color (decimal): -15300405 or 13338646. OLE color: 13338646.

HSL color Cylindrical-coordinate representation of color #1688CB: hue angle of 202.21º degrees, saturation: 0.8, 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 #1688CB is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB22136203-
CMYK0.890.3300.20
HSL202.21º80.44%44.12%-
HSV(B)202.21º89.16%79.61%-
XYZ19.9122.0959.71-
YUV109.55180.7365.55-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.09%
GREEN value IS 136 (53.52% from 255) = 37.67%
BLUE value IS 203 (79.69% from 255) = 56.23%
R=6.09%
G=37.67%
B=56.23%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal221362030.890.3300.20202.2180.4444.12
Hex1688CB5921014ca502c
Octal262103131314102431212054
Binary1011010001000110010111011001100001010100110010101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1688CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1688CB; }

 p { color: rgb(22,136,203); }

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

<style>
 a { background-color: #1688CB; }

 a { background-color: rgb(22,136,203); }

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

<style>
 span { border-color: #1688CB; }

 span { border-color: rgb(22,136,203); }

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