#8DAEB0

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

Shades of Ziggurat #8DAEB0

Tints of Ziggurat #8DAEB0

Color information

#8DAEB0 (or 0x8DAEB0) is unknown color: approx Ziggurat. HEX triplet: 8D, AE and B0. RGB value is (141,174,176). Sum of RGB (Red+Green+Blue) = 141+174+176=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 176 (69.14% from 255 or 35.85% from 491); Max value from RGB is 176 - color contains mainly: blue. Hex color #8DAEB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAEB0 is #72514F. Grayscale: #A4A4A4. Windows color (decimal): -7491920 or 11579021. OLE color: 11579021.

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

Color convert

RGB141174176-
CMYK0.200.0100.31
HSL183.43º18.13%62.16%-
HSV(B)183.43º19.89%69.02%-
XYZ33.9639.0746.83-
YUV164.36134.57111.34-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.72%
GREEN value IS 174 (68.36% from 255) = 35.44%
BLUE value IS 176 (69.14% from 255) = 35.85%
R=28.72%
G=35.44%
B=35.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411741760.200.0100.31183.4318.1362.16
Hex8DAEB014101Fb7123e
Octal2152562602410372672276
Binary1000110110101110101100001010010111111011011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,174,176); }

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

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

 a { background-color: rgb(141,174,176); }

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

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

 span { border-color: rgb(141,174,176); }

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