#186686

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

Shades of Allports #186686

Tints of Allports #186686

Color information

#186686 (or 0x186686) is unknown color: approx Allports. HEX triplet: 18, 66 and 86. RGB value is (24,102,134). Sum of RGB (Red+Green+Blue) = 24+102+134=260 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.23% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 134 (52.73% from 255 or 51.54% from 260); Max value from RGB is 134 - color contains mainly: blue. Hex color #186686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #186686 is #E79979. Grayscale: #525252. Windows color (decimal): -15178106 or 8807960. OLE color: 8807960.

HSL color Cylindrical-coordinate representation of color #186686: hue angle of 197.45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #186686 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB24102134-
CMYK0.820.2400.47
HSL197.45º69.62%30.98%-
HSV(B)197.45º82.09%52.55%-
XYZ9.4311.4224.26-
YUV82.33157.1686.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.23%
GREEN value IS 102 (40.23% from 255) = 39.23%
BLUE value IS 134 (52.73% from 255) = 51.54%
R=9.23%
G=39.23%
B=51.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal241021340.820.2400.47197.4569.6230.98
Hex186686521802Fc5461f
Octal301462061223005730510637
Binary11000110011010000110101001011000010111111000101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186686; }

 p { color: rgb(24,102,134); }

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

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

 a { background-color: rgb(24,102,134); }

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

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

 span { border-color: rgb(24,102,134); }

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