#2b8da7

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

Shades of Scooter #2B8DA7

Tints of Scooter #2B8DA7

Color information

#2B8DA7 (or 0x2B8DA7) is unknown color: approx Scooter. HEX triplet: 2B, 8D and A7. RGB value is (43,141,167). Sum of RGB (Red+Green+Blue) = 43+141+167=351 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.25% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 167 (65.62% from 255 or 47.58% from 351); Max value from RGB is 167 - color contains mainly: blue. Hex color #2B8DA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8DA7 is #D47258. Grayscale: #727272. Windows color (decimal): -13922905 or 10980651. OLE color: 10980651.

HSL color Cylindrical-coordinate representation of color #2B8DA7: hue angle of 192.58º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2B8DA7 is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB43141167-
CMYK0.740.1600.35
HSL192.58º59.05%41.18%-
HSV(B)192.58º74.25%65.49%-
XYZ17.522.3539.95-
YUV114.66157.5376.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.25%
GREEN value IS 141 (55.47% from 255) = 40.17%
BLUE value IS 167 (65.62% from 255) = 47.58%
R=12.25%
G=40.17%
B=47.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal431411670.740.1600.35192.5859.0541.18
Hex2B8DA74A10023c13b29
Octal53215247112200433017351
Binary1010111000110110100111100101010000010001111000001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b8da7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,141,167); }

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

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

 a { background-color: rgb(43,141,167); }

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

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

 span { border-color: rgb(43,141,167); }

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