#1B86A7

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

Shades of Scooter #1B86A7

Tints of Scooter #1B86A7

Color information

#1B86A7 (or 0x1B86A7) is unknown color: approx Scooter. HEX triplet: 1B, 86 and A7. RGB value is (27,134,167). Sum of RGB (Red+Green+Blue) = 27+134+167=328 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.23% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #1B86A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B86A7 is #E47958. Grayscale: #696969. Windows color (decimal): -14973273 or 10978843. OLE color: 10978843.

HSL color Cylindrical-coordinate representation of color #1B86A7: hue angle of 194.14º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B86A7 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB27134167-
CMYK0.840.2000.35
HSL194.14º72.16%38.04%-
HSV(B)194.14º83.83%65.49%-
XYZ15.9520.0739.59-
YUV105.77162.5571.82-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.23%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 167 (65.62% from 255) = 50.91%
R=8.23%
G=40.85%
B=50.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271341670.840.2000.35194.1472.1638.04
Hex1B86A75414023c24826
Octal332062471242404330211046
Binary1101110000110101001111010100101000100011110000101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B86A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,134,167); }

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

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

 a { background-color: rgb(27,134,167); }

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

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

 span { border-color: rgb(27,134,167); }

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