#1786AB

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

Shades of Pelorous #1786AB

Tints of Pelorous #1786AB

Color information

#1786AB (or 0x1786AB) is unknown color: approx Pelorous. HEX triplet: 17, 86 and AB. RGB value is (23,134,171). Sum of RGB (Red+Green+Blue) = 23+134+171=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #1786AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1786AB is #E87954. Grayscale: #686868. Windows color (decimal): -15235413 or 11240983. OLE color: 11240983.

HSL color Cylindrical-coordinate representation of color #1786AB: hue angle of 195º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1786AB is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB23134171-
CMYK0.870.2200.33
HSL195º76.29%38.04%-
HSV(B)195º86.55%67.06%-
XYZ16.2320.1741.57-
YUV105.03165.2369.49-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.01%
GREEN value IS 134 (52.73% from 255) = 40.85%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=7.01%
G=40.85%
B=52.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal231341710.870.2200.3319576.2938.04
Hex1786AB5716021c34c26
Octal272062531272604130311446
Binary1011110000110101010111010111101100100001110000111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1786AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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