#2096A8

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

Shades of Pelorous #2096A8

Tints of Pelorous #2096A8

Color information

#2096A8 (or 0x2096A8) is unknown color: approx Pelorous. HEX triplet: 20, 96 and A8. RGB value is (32,150,168). Sum of RGB (Red+Green+Blue) = 32+150+168=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #2096A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2096A8 is #DF6957. Grayscale: #747474. Windows color (decimal): -14641496 or 11048480. OLE color: 11048480.

HSL color Cylindrical-coordinate representation of color #2096A8: hue angle of 187.94º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2096A8 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB32150168-
CMYK0.810.1100.34
HSL187.94º68%39.22%-
HSV(B)187.94º80.95%65.88%-
XYZ18.5724.9540.88-
YUV116.77156.9167.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.14%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 168 (66.02% from 255) = 48%
R=9.14%
G=42.86%
B=48%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal321501680.810.1100.34187.946839.22
Hex2096A851B022bc4427
Octal402262501211304227410447
Binary1000001001011010101000101000110110100010101111001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2096A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2096A8; }

 p { color: rgb(32,150,168); }

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

<style>
 a { background-color: #2096A8; }

 a { background-color: rgb(32,150,168); }

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

<style>
 span { border-color: #2096A8; }

 span { border-color: rgb(32,150,168); }

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