#8BADAF

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

Shades of Ziggurat #8BADAF

Tints of Ziggurat #8BADAF

Color information

#8BADAF (or 0x8BADAF) is unknown color: approx Ziggurat. HEX triplet: 8B, AD and AF. RGB value is (139,173,175). Sum of RGB (Red+Green+Blue) = 139+173+175=487 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.54% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 175 - color contains mainly: blue. Hex color #8BADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BADAF is #745250. Grayscale: #A3A3A3. Windows color (decimal): -7623249 or 11513227. OLE color: 11513227.

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

Color convert

RGB139173175-
CMYK0.210.0100.31
HSL183.33º18.37%61.57%-
HSV(B)183.33º20.57%68.63%-
XYZ33.3338.4746.23-
YUV163.06134.74110.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.54%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 175 (68.75% from 255) = 35.93%
R=28.54%
G=35.52%
B=35.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1391731750.210.0100.31183.3318.3761.57
Hex8BADAF15101Fb7123e
Octal2132552572510372672276
Binary1000101110101101101011111010110111111011011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BADAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,173,175); }

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

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

 a { background-color: rgb(139,173,175); }

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

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

 span { border-color: rgb(139,173,175); }

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