#2096AE

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

Shades of Pelorous #2096AE

Tints of Pelorous #2096AE

Color information

#2096AE (or 0x2096AE) is unknown color: approx Pelorous. HEX triplet: 20, 96 and AE. RGB value is (32,150,174). Sum of RGB (Red+Green+Blue) = 32+150+174=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #2096AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2096AE is #DF6951. Grayscale: #757575. Windows color (decimal): -14641490 or 11441696. OLE color: 11441696.

HSL color Cylindrical-coordinate representation of color #2096AE: hue angle of 190.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2096AE is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB32150174-
CMYK0.820.1400.32
HSL190.14º68.93%40.39%-
HSV(B)190.14º81.61%68.24%-
XYZ19.1425.1843.89-
YUV117.45159.9167.05-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.99%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=8.99%
G=42.13%
B=48.88%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal321501740.820.1400.32190.1468.9340.39
Hex2096AE52E020be4528
Octal402262561221604027610550
Binary1000001001011010101110101001011100100000101111101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2096AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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