#87AFB4

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

Shades of Ziggurat #87AFB4

Tints of Ziggurat #87AFB4

Color information

#87AFB4 (or 0x87AFB4) is unknown color: approx Ziggurat. HEX triplet: 87, AF and B4. RGB value is (135,175,180). Sum of RGB (Red+Green+Blue) = 135+175+180=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 180 - color contains mainly: blue. Hex color #87AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFB4 is #78504B. Grayscale: #A3A3A3. Windows color (decimal): -7884876 or 11841415. OLE color: 11841415.

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

Color convert

RGB135175180-
CMYK0.250.0300.29
HSL186.67º23.08%61.76%-
HSV(B)186.67º25%70.59%-
XYZ33.5639.1148.96-
YUV163.61137.25107.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 180 (70.70% from 255) = 36.73%
R=27.55%
G=35.71%
B=36.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351751800.250.0300.29186.6723.0861.76
Hex87AFB419301Dbb173e
Octal2072572643130352732776
Binary10000111101011111011010011001110111011011101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87AFB4; }

 p { color: rgb(135,175,180); }

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

<style>
 a { background-color: #87AFB4; }

 a { background-color: rgb(135,175,180); }

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

<style>
 span { border-color: #87AFB4; }

 span { border-color: rgb(135,175,180); }

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