#7FAEB1

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

Shades of Ziggurat #7FAEB1

Tints of Ziggurat #7FAEB1

Color information

#7FAEB1 (or 0x7FAEB1) is unknown color: approx Ziggurat. HEX triplet: 7F, AE and B1. RGB value is (127,174,177). Sum of RGB (Red+Green+Blue) = 127+174+177=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 177 - color contains mainly: blue. Hex color #7FAEB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAEB1 is #80514E. Grayscale: #A0A0A0. Windows color (decimal): -8409423 or 11644543. OLE color: 11644543.

HSL color Cylindrical-coordinate representation of color #7FAEB1: hue angle of 183.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7FAEB1 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127174177-
CMYK0.280.0200.31
HSL183.6º24.27%59.61%-
HSV(B)183.6º28.25%69.41%-
XYZ31.8237.9647.24-
YUV160.29137.43104.26-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 174 (68.36% from 255) = 36.40%
BLUE value IS 177 (69.53% from 255) = 37.03%
R=26.57%
G=36.40%
B=37.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271741770.280.0200.31183.624.2759.61
Hex7FAEB11C201Fb8183c
Octal1772562613420372703074
Binary1111111101011101011000111100100111111011100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FAEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FAEB1; }

 p { color: rgb(127,174,177); }

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

<style>
 a { background-color: #7FAEB1; }

 a { background-color: rgb(127,174,177); }

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

<style>
 span { border-color: #7FAEB1; }

 span { border-color: rgb(127,174,177); }

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