#7FABB4

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

Shades of Ziggurat #7FABB4

Tints of Ziggurat #7FABB4

Color information

#7FABB4 (or 0x7FABB4) is unknown color: approx Ziggurat. HEX triplet: 7F, AB and B4. RGB value is (127,171,180). Sum of RGB (Red+Green+Blue) = 127+171+180=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #7FABB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FABB4 is #80544B. Grayscale: #9E9E9E. Windows color (decimal): -8410188 or 11840383. OLE color: 11840383.

HSL color Cylindrical-coordinate representation of color #7FABB4: hue angle of 190.19º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FABB4 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB127171180-
CMYK0.290.0500.29
HSL190.19º26.11%60.2%-
HSV(B)190.19º29.44%70.59%-
XYZ31.5536.9348.65-
YUV158.87139.92105.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 180 (70.70% from 255) = 37.66%
R=26.57%
G=35.77%
B=37.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271711800.290.0500.29190.1926.1160.2
Hex7FABB41D501Dbe1a3c
Octal1772532643550352763274
Binary11111111010101110110100111011010111011011111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,171,180); }

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

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

 a { background-color: rgb(127,171,180); }

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

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

 span { border-color: rgb(127,171,180); }

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