#1690BD

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

Shades of Pelorous #1690BD

Tints of Pelorous #1690BD

Color information

#1690BD (or 0x1690BD) is unknown color: approx Pelorous. HEX triplet: 16, 90 and BD. RGB value is (22,144,189). Sum of RGB (Red+Green+Blue) = 22+144+189=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #1690BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1690BD is #E96F42. Grayscale: #707070. Windows color (decimal): -15298371 or 12423190. OLE color: 12423190.

HSL color Cylindrical-coordinate representation of color #1690BD: hue angle of 196.17º 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 #1690BD is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22144189-
CMYK0.880.2400.26
HSL196.17º79.15%41.37%-
HSV(B)196.17º88.36%74.12%-
XYZ19.4923.7951.71-
YUV112.65171.0863.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.20%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=6.20%
G=40.56%
B=53.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221441890.880.2400.26196.1779.1541.37
Hex1690BD581801Ac44f29
Octal262202751303003230411751
Binary101101001000010111101101100011000011010110001001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1690BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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