#1B86D2

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

Shades of Pacific Blue #1B86D2

Tints of Pacific Blue #1B86D2

Color information

#1B86D2 (or 0x1B86D2) is unknown color: approx Pacific Blue. HEX triplet: 1B, 86 and D2. RGB value is (27,134,210). Sum of RGB (Red+Green+Blue) = 27+134+210=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #1B86D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B86D2 is #E4792D. Grayscale: #6E6E6E. Windows color (decimal): -14973230 or 13796891. OLE color: 13796891.

HSL color Cylindrical-coordinate representation of color #1B86D2: hue angle of 204.92º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B86D2 is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB27134210-
CMYK0.870.3600.18
HSL204.92º77.22%46.47%-
HSV(B)204.92º87.14%82.35%-
XYZ20.6121.9464.12-
YUV110.67184.0568.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.28%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 210 (82.42% from 255) = 56.60%
R=7.28%
G=36.12%
B=56.60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal271342100.870.3600.18204.9277.2246.47
Hex1B86D25724012cd4d2e
Octal332063221274402231511556
Binary1101110000110110100101010111100100010010110011011001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B86D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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