#2896AB

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

Shades of Pelorous #2896AB

Tints of Pelorous #2896AB

Color information

#2896AB (or 0x2896AB) is unknown color: approx Pelorous. HEX triplet: 28, 96 and AB. RGB value is (40,150,171). Sum of RGB (Red+Green+Blue) = 40+150+171=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #2896AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2896AB is #D76954. Grayscale: #777777. Windows color (decimal): -14117205 or 11245096. OLE color: 11245096.

HSL color Cylindrical-coordinate representation of color #2896AB: hue angle of 189.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2896AB is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB40150171-
CMYK0.770.1200.33
HSL189.62º62.09%41.37%-
HSV(B)189.62º76.61%67.06%-
XYZ19.1325.242.38-
YUV119.5157.0671.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.08%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=11.08%
G=41.55%
B=47.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401501710.770.1200.33189.6262.0941.37
Hex2896AB4DC021be3e29
Octal50226253115140412767651
Binary101000100101101010101110011011100010000110111110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2896AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2896AB; }

 p { color: rgb(40,150,171); }

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

<style>
 a { background-color: #2896AB; }

 a { background-color: rgb(40,150,171); }

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

<style>
 span { border-color: #2896AB; }

 span { border-color: rgb(40,150,171); }

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