#1B8399

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

Shades of Scooter #1B8399

Tints of Scooter #1B8399

Color information

#1B8399 (or 0x1B8399) is unknown color: approx Scooter. HEX triplet: 1B, 83 and 99. RGB value is (27,131,153). Sum of RGB (Red+Green+Blue) = 27+131+153=311 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.68% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B8399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8399 is #E47C66. Grayscale: #666666. Windows color (decimal): -14974055 or 10060571. OLE color: 10060571.

HSL color Cylindrical-coordinate representation of color #1B8399: hue angle of 190.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B8399 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB27131153-
CMYK0.820.1400.4
HSL190.48º70%35.29%-
HSV(B)190.48º82.35%60%-
XYZ14.3218.7733-
YUV102.41156.5474.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.68%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=8.68%
G=42.12%
B=49.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271311530.820.1400.4190.487035.29
Hex1B839952E028be4623
Octal332032311221605027610643
Binary110111000001110011001101001011100101000101111101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B8399; }

 p { color: rgb(27,131,153); }

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

<style>
 a { background-color: #1B8399; }

 a { background-color: rgb(27,131,153); }

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

<style>
 span { border-color: #1B8399; }

 span { border-color: rgb(27,131,153); }

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