#2885AB

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

Shades of Scooter #2885AB

Tints of Scooter #2885AB

Color information

#2885AB (or 0x2885AB) is unknown color: approx Scooter. HEX triplet: 28, 85 and AB. RGB value is (40,133,171). Sum of RGB (Red+Green+Blue) = 40+133+171=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 171 - color contains mainly: blue. Hex color #2885AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2885AB is #D77A54. Grayscale: #6D6D6D. Windows color (decimal): -14121557 or 11240744. OLE color: 11240744.

HSL color Cylindrical-coordinate representation of color #2885AB: hue angle of 197.4º 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 #2885AB is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB40133171-
CMYK0.770.2200.33
HSL197.4º62.09%41.37%-
HSV(B)197.4º76.61%67.06%-
XYZ16.6120.1741.54-
YUV109.52162.6978.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.63%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 171 (67.19% from 255) = 49.71%
R=11.63%
G=38.66%
B=49.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal401331710.770.2200.33197.462.0941.37
Hex2885AB4D16021c53e29
Octal50205253115260413057651
Binary1010001000010110101011100110110110010000111000101111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2885AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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