#2B87AC

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

Shades of Scooter #2B87AC

Tints of Scooter #2B87AC

Color information

#2B87AC (or 0x2B87AC) is unknown color: approx Scooter. HEX triplet: 2B, 87 and AC. RGB value is (43,135,172). Sum of RGB (Red+Green+Blue) = 43+135+172=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B87AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B87AC is #D47853. Grayscale: #6F6F6F. Windows color (decimal): -13924436 or 11306795. OLE color: 11306795.

HSL color Cylindrical-coordinate representation of color #2B87AC: hue angle of 197.21º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B87AC is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB43135172-
CMYK0.750.2200.33
HSL197.21º60%42.16%-
HSV(B)197.21º75%67.45%-
XYZ17.1120.8242.15-
YUV111.71162.0278.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.29%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=12.29%
G=38.57%
B=49.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431351720.750.2200.33197.216042.16
Hex2B87AC4B16021c53c2a
Octal53207254113260413057452
Binary1010111000011110101100100101110110010000111000101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B87AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B87AC; }

 p { color: rgb(43,135,172); }

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

<style>
 a { background-color: #2B87AC; }

 a { background-color: rgb(43,135,172); }

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

<style>
 span { border-color: #2B87AC; }

 span { border-color: rgb(43,135,172); }

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