#1786BB

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

Shades of Pelorous #1786BB

Tints of Pelorous #1786BB

Color information

#1786BB (or 0x1786BB) is unknown color: approx Pelorous. HEX triplet: 17, 86 and BB. RGB value is (23,134,187). Sum of RGB (Red+Green+Blue) = 23+134+187=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 187 (73.44% from 255 or 54.36% from 344); Max value from RGB is 187 - color contains mainly: blue. Hex color #1786BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1786BB is #E87944. Grayscale: #6A6A6A. Windows color (decimal): -15235397 or 12289559. OLE color: 12289559.

HSL color Cylindrical-coordinate representation of color #1786BB: hue angle of 199.39º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1786BB is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB23134187-
CMYK0.880.2800.27
HSL199.39º78.1%41.18%-
HSV(B)199.39º87.7%73.33%-
XYZ17.8520.8250.09-
YUV106.85173.2368.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 6.69%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 187 (73.44% from 255) = 54.36%
R=6.69%
G=38.95%
B=54.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal231341870.880.2800.27199.3978.141.18
Hex1786BB581C01Bc74e29
Octal272062731303403330711651
Binary101111000011010111011101100011100011011110001111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1786BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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