#8AADB1

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

Shades of Ziggurat #8AADB1

Tints of Ziggurat #8AADB1

Color information

#8AADB1 (or 0x8AADB1) is unknown color: approx Ziggurat. HEX triplet: 8A, AD and B1. RGB value is (138,173,177). Sum of RGB (Red+Green+Blue) = 138+173+177=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 177 - color contains mainly: blue. Hex color #8AADB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AADB1 is #75524E. Grayscale: #A2A2A2. Windows color (decimal): -7688783 or 11644298. OLE color: 11644298.

HSL color Cylindrical-coordinate representation of color #8AADB1: hue angle of 186.15º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AADB1 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB138173177-
CMYK0.220.0200.31
HSL186.15º20%61.76%-
HSV(B)186.15º22.03%69.41%-
XYZ33.3638.4647.26-
YUV162.99135.9110.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.28%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=28.28%
G=35.45%
B=36.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381731770.220.0200.31186.152061.76
Hex8AADB116201Fba143e
Octal2122552612620372722476
Binary10001010101011011011000110110100111111011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AADB1; }

 p { color: rgb(138,173,177); }

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

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

 a { background-color: rgb(138,173,177); }

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

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

 span { border-color: rgb(138,173,177); }

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