#86AEB4

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

Shades of Ziggurat #86AEB4

Tints of Ziggurat #86AEB4

Color information

#86AEB4 (or 0x86AEB4) is unknown color: approx Ziggurat. HEX triplet: 86, AE and B4. RGB value is (134,174,180). Sum of RGB (Red+Green+Blue) = 134+174+180=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 180 - color contains mainly: blue. Hex color #86AEB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEB4 is #79514B. Grayscale: #A2A2A2. Windows color (decimal): -7950668 or 11841158. OLE color: 11841158.

HSL color Cylindrical-coordinate representation of color #86AEB4: hue angle of 187.83º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86AEB4 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB134174180-
CMYK0.260.0300.29
HSL187.83º23.47%61.57%-
HSV(B)187.83º25.56%70.59%-
XYZ33.2138.6448.89-
YUV162.72137.75107.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 180 (70.70% from 255) = 36.89%
R=27.46%
G=35.66%
B=36.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341741800.260.0300.29187.8323.4761.57
Hex86AEB41A301Dbc173e
Octal2062562643230352742776
Binary10000110101011101011010011010110111011011110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86AEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86AEB4; }

 p { color: rgb(134,174,180); }

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

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

 a { background-color: rgb(134,174,180); }

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

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

 span { border-color: rgb(134,174,180); }

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