#8AB5B3

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

Shades of Ziggurat #8AB5B3

Tints of Ziggurat #8AB5B3

Color information

#8AB5B3 (or 0x8AB5B3) is unknown color: approx Ziggurat. HEX triplet: 8A, B5 and B3. RGB value is (138,181,179). Sum of RGB (Red+Green+Blue) = 138+181+179=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB5B3 is #754A4C. Grayscale: #A7A7A7. Windows color (decimal): -7686733 or 11777418. OLE color: 11777418.

HSL color Cylindrical-coordinate representation of color #8AB5B3: hue angle of 177.21º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB5B3 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB138181179-
CMYK0.2400.010.29
HSL177.21º22.51%62.55%-
HSV(B)177.21º23.76%70.98%-
XYZ35.1441.7148.85-
YUV167.92134.25106.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.71%
GREEN value IS 181 (71.09% from 255) = 36.35%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=27.71%
G=36.35%
B=35.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381811790.2400.010.29177.2122.5162.55
Hex8AB5B318011Db1173f
Octal2122652633001352612777
Binary1000101010110101101100111100001111011011000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,181,179); }

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

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

 a { background-color: rgb(138,181,179); }

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

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

 span { border-color: rgb(138,181,179); }

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