#1996B5

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

Shades of Pelorous #1996B5

Tints of Pelorous #1996B5

Color information

#1996B5 (or 0x1996B5) is unknown color: approx Pelorous. HEX triplet: 19, 96 and B5. RGB value is (25,150,181). Sum of RGB (Red+Green+Blue) = 25+150+181=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #1996B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1996B5 is #E6694A. Grayscale: #737373. Windows color (decimal): -15100235 or 11900441. OLE color: 11900441.

HSL color Cylindrical-coordinate representation of color #1996B5: hue angle of 191.92º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1996B5 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB25150181-
CMYK0.860.1700.29
HSL191.92º75.73%40.39%-
HSV(B)191.92º86.19%70.98%-
XYZ19.6525.3647.57-
YUV116.16164.5962.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.02%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 181 (71.09% from 255) = 50.84%
R=7.02%
G=42.13%
B=50.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal251501810.860.1700.29191.9275.7340.39
Hex1996B5561101Dc04c28
Octal312262651262103530011450
Binary110011001011010110101101011010001011101110000001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1996B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1996B5; }

 p { color: rgb(25,150,181); }

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

<style>
 a { background-color: #1996B5; }

 a { background-color: rgb(25,150,181); }

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

<style>
 span { border-color: #1996B5; }

 span { border-color: rgb(25,150,181); }

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