#7faeb3

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

Shades of Ziggurat #7FAEB3

Tints of Ziggurat #7FAEB3

Color information

#7FAEB3 (or 0x7FAEB3) is unknown color: approx Ziggurat. HEX triplet: 7F, AE and B3. RGB value is (127,174,179). Sum of RGB (Red+Green+Blue) = 127+174+179=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #7FAEB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FAEB3 is #80514C. Grayscale: #A0A0A0. Windows color (decimal): -8409421 or 11775615. OLE color: 11775615.

HSL color Cylindrical-coordinate representation of color #7FAEB3: hue angle of 185.77º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FAEB3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB127174179-
CMYK0.290.0300.30
HSL185.77º25.49%60%-
HSV(B)185.77º29.05%70.2%-
XYZ32.0338.0448.3-
YUV160.52138.43104.09-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.46%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 179 (70.31% from 255) = 37.29%
R=26.46%
G=36.25%
B=37.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1271741790.290.0300.30185.7725.4960
Hex7FAEB31D301Eba193c
Octal1772562633530362723174
Binary1111111101011101011001111101110111101011101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7faeb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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