#1690C0

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

Shades of Pelorous #1690C0

Tints of Pelorous #1690C0

Color information

#1690C0 (or 0x1690C0) is unknown color: approx Pelorous. HEX triplet: 16, 90 and C0. RGB value is (22,144,192). Sum of RGB (Red+Green+Blue) = 22+144+192=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #1690C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1690C0 is #E96F3F. Grayscale: #707070. Windows color (decimal): -15298368 or 12619798. OLE color: 12619798.

HSL color Cylindrical-coordinate representation of color #1690C0: hue angle of 196.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1690C0 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22144192-
CMYK0.890.2500.25
HSL196.94º79.44%41.96%-
HSV(B)196.94º88.54%75.29%-
XYZ19.8223.9253.44-
YUV112.99172.5863.1-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.15%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 192 (75.39% from 255) = 53.63%
R=6.15%
G=40.22%
B=53.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221441920.890.2500.25196.9479.4441.96
Hex1690C05919019c54f2a
Octal262203001313103130511752
Binary101101001000011000000101100111001011001110001011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1690C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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