#1786BD

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

Shades of Pelorous #1786BD

Tints of Pelorous #1786BD

Color information

#1786BD (or 0x1786BD) is unknown color: approx Pelorous. HEX triplet: 17, 86 and BD. RGB value is (23,134,189). Sum of RGB (Red+Green+Blue) = 23+134+189=346 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.65% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 189 (74.22% from 255 or 54.62% from 346); Max value from RGB is 189 - color contains mainly: blue. Hex color #1786BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1786BD is #E87942. Grayscale: #6A6A6A. Windows color (decimal): -15235395 or 12420631. OLE color: 12420631.

HSL color Cylindrical-coordinate representation of color #1786BD: hue angle of 199.88º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1786BD is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB23134189-
CMYK0.880.2900.26
HSL199.88º78.3%41.57%-
HSV(B)199.88º87.83%74.12%-
XYZ18.0620.9151.23-
YUV107.08174.2368.03-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.65%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 189 (74.22% from 255) = 54.62%
R=6.65%
G=38.73%
B=54.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal231341890.880.2900.26199.8878.341.57
Hex1786BD581D01Ac84e2a
Octal272062751303503231011652
Binary101111000011010111101101100011101011010110010001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1786BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1786BD; }

 p { color: rgb(23,134,189); }

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

<style>
 a { background-color: #1786BD; }

 a { background-color: rgb(23,134,189); }

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

<style>
 span { border-color: #1786BD; }

 span { border-color: rgb(23,134,189); }

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