#2096AA

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

Shades of Pelorous #2096AA

Tints of Pelorous #2096AA

Color information

#2096AA (or 0x2096AA) is unknown color: approx Pelorous. HEX triplet: 20, 96 and AA. RGB value is (32,150,170). Sum of RGB (Red+Green+Blue) = 32+150+170=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #2096AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2096AA is #DF6955. Grayscale: #747474. Windows color (decimal): -14641494 or 11179552. OLE color: 11179552.

HSL color Cylindrical-coordinate representation of color #2096AA: hue angle of 188.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2096AA is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB32150170-
CMYK0.810.1200.33
HSL188.7º68.32%39.61%-
HSV(B)188.7º81.18%66.67%-
XYZ18.7625.0241.87-
YUV117157.9167.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.09%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=9.09%
G=42.61%
B=48.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal321501700.810.1200.33188.768.3239.61
Hex2096AA51C021bd4428
Octal402262521211404127510450
Binary1000001001011010101010101000111000100001101111011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2096AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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