#1688BD

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

Shades of Pelorous #1688BD

Tints of Pelorous #1688BD

Color information

#1688BD (or 0x1688BD) is unknown color: approx Pelorous. HEX triplet: 16, 88 and BD. RGB value is (22,136,189). Sum of RGB (Red+Green+Blue) = 22+136+189=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #1688BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1688BD is #E97742. Grayscale: #6B6B6B. Windows color (decimal): -15300419 or 12421142. OLE color: 12421142.

HSL color Cylindrical-coordinate representation of color #1688BD: hue angle of 199.04º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1688BD is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22136189-
CMYK0.880.2800.26
HSL199.04º79.15%41.37%-
HSV(B)199.04º88.36%74.12%-
XYZ18.3221.4551.32-
YUV107.96173.7366.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.34%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=6.34%
G=39.19%
B=54.47%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221361890.880.2800.26199.0479.1541.37
Hex1688BD581C01Ac74f29
Octal262102751303403230711751
Binary101101000100010111101101100011100011010110001111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1688BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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