#1B8299

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

Shades of Scooter #1B8299

Tints of Scooter #1B8299

Color information

#1B8299 (or 0x1B8299) is unknown color: approx Scooter. HEX triplet: 1B, 82 and 99. RGB value is (27,130,153). Sum of RGB (Red+Green+Blue) = 27+130+153=310 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.71% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B8299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8299 is #E47D66. Grayscale: #656565. Windows color (decimal): -14974311 or 10060315. OLE color: 10060315.

HSL color Cylindrical-coordinate representation of color #1B8299: hue angle of 190.95º 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 #1B8299 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB27130153-
CMYK0.820.1500.4
HSL190.95º70%35.29%-
HSV(B)190.95º82.35%60%-
XYZ14.1818.532.96-
YUV101.83156.8874.63-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.71%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 153 (60.16% from 255) = 49.35%
R=8.71%
G=41.94%
B=49.35%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal271301530.820.1500.4190.957035.29
Hex1B829952F028bf4623
Octal332022311221705027710643
Binary110111000001010011001101001011110101000101111111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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