#2196AE

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

Shades of Pelorous #2196AE

Tints of Pelorous #2196AE

Color information

#2196AE (or 0x2196AE) is unknown color: approx Pelorous. HEX triplet: 21, 96 and AE. RGB value is (33,150,174). Sum of RGB (Red+Green+Blue) = 33+150+174=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #2196AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2196AE is #DE6951. Grayscale: #757575. Windows color (decimal): -14575954 or 11441697. OLE color: 11441697.

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

Color convert

RGB33150174-
CMYK0.810.1400.32
HSL190.21º68.12%40.59%-
HSV(B)190.21º81.03%68.24%-
XYZ19.1725.1943.9-
YUV117.75159.7467.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.24%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=9.24%
G=42.02%
B=48.74%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal331501740.810.1400.32190.2168.1240.59
Hex2196AE51E020be4429
Octal412262561211604027610451
Binary1000011001011010101110101000111100100000101111101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2196AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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