#1696BD

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

Shades of Pelorous #1696BD

Tints of Pelorous #1696BD

Color information

#1696BD (or 0x1696BD) is unknown color: approx Pelorous. HEX triplet: 16, 96 and BD. RGB value is (22,150,189). Sum of RGB (Red+Green+Blue) = 22+150+189=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #1696BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1696BD is #E96942. Grayscale: #737373. Windows color (decimal): -15296835 or 12424726. OLE color: 12424726.

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

Color convert

RGB22150189-
CMYK0.880.2100.26
HSL194.01º79.15%41.37%-
HSV(B)194.01º88.36%74.12%-
XYZ20.4225.6652.02-
YUV116.17169.0960.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.09%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 189 (74.22% from 255) = 52.35%
R=6.09%
G=41.55%
B=52.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221501890.880.2100.26194.0179.1541.37
Hex1696BD581501Ac24f29
Octal262262751302503230211751
Binary101101001011010111101101100010101011010110000101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1696BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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