#1B86BE

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

Shades of Pelorous #1B86BE

Tints of Pelorous #1B86BE

Color information

#1B86BE (or 0x1B86BE) is unknown color: approx Pelorous. HEX triplet: 1B, 86 and BE. RGB value is (27,134,190). Sum of RGB (Red+Green+Blue) = 27+134+190=351 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.69% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B86BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B86BE is #E47941. Grayscale: #6C6C6C. Windows color (decimal): -14973250 or 12486171. OLE color: 12486171.

HSL color Cylindrical-coordinate representation of color #1B86BE: hue angle of 200.61º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B86BE is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27134190-
CMYK0.860.2900.25
HSL200.61º75.12%42.55%-
HSV(B)200.61º85.79%74.51%-
XYZ18.272151.81-
YUV108.39174.0569.95-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.69%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=7.69%
G=38.18%
B=54.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271341900.860.2900.25200.6175.1242.55
Hex1B86BE561D019c94b2b
Octal332062761263503131111353
Binary110111000011010111110101011011101011001110010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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