Html Css Color HEX #7EABAF Ziggurat

📋 copy color: '#7EABAF'

red 126 ◦ green 171 ◦ blue 175

#7EABAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ziggurat #7EABAF

Tints of Ziggurat #7EABAF

RGB

 RED value IS 126 (49.61% from 255) = 26.69%

 GREEN value IS 171 (67.19% from 255) = 36.23%

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 26.69%
G = 36.23%
B = 37.08%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7EABAF (or 0x7EABAF) is known color: Ziggurat. HEX triplet: 7E, AB and AF. RGB value is (126,171,175). Sum of RGB (Red+Green+Blue) = 126+171+175=472 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.69% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #7EABAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EABAF is #815450. Grayscale: #9D9D9D. Windows color (decimal): -8475729 or 11512702. OLE color: 11512702.

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

Color convert

RGB 126 171 175 -
CMYK 0.28 0.02 0 0.31
HSL 184.9º 0.23% 0.59% -
HSV(B) 184.9º 0.28% 0.69% -
XYZ 30.9 36.66 46 -
YUV 158 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 126 171 175 0.28 0.02 0 0.31 184.9 0.23 0.59
Hex 7E AB AF 1C 2 0 1F B9 17 3B
Octal 176 253 257 34 2 0 37 271 27 73
Binary 1111110 10101011 10101111 11100 10 0 11111 10111001 10111 111011

Color Harmonies of #7EABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABAF

Black with #7EABAF

Text Example


Text Example

White with #7EABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,171,175); }

 H1.HeaderClassName
 {
   color: #7EABAF;
 }
 .AnyTagClassName
 {
   color: #7EABAF;
 }
</style>

background-color css

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

 a { background-color: rgb(126,171,175); }

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

border-color css

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

 span { border-color: rgb(126,171,175); }

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