#1696BB

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

Shades of Pelorous #1696BB

Tints of Pelorous #1696BB

Color information

#1696BB (or 0x1696BB) is unknown color: approx Pelorous. HEX triplet: 16, 96 and BB. RGB value is (22,150,187). Sum of RGB (Red+Green+Blue) = 22+150+187=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #1696BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1696BB is #E96944. Grayscale: #737373. Windows color (decimal): -15296837 or 12293654. OLE color: 12293654.

HSL color Cylindrical-coordinate representation of color #1696BB: hue angle of 193.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1696BB is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB22150187-
CMYK0.880.2000.27
HSL193.45º78.95%40.98%-
HSV(B)193.45º88.24%73.33%-
XYZ20.2125.5750.88-
YUV115.95168.0960.99-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.13%
GREEN value IS 150 (58.98% from 255) = 41.78%
BLUE value IS 187 (73.44% from 255) = 52.09%
R=6.13%
G=41.78%
B=52.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221501870.880.2000.27193.4578.9540.98
Hex1696BB581401Bc14f29
Octal262262731302403330111751
Binary101101001011010111011101100010100011011110000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1696BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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