Html Css Color HEX #7EAAB3 Ziggurat

📋 copy color: '#7EAAB3'

red 126 ◦ green 170 ◦ blue 179

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

Shades of Ziggurat #7EAAB3

Tints of Ziggurat #7EAAB3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.79%

 BLUE value IS 179 (70.31% from 255) = 37.68%

R = 26.53%
G = 35.79%
B = 37.68%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7EAAB3 (or 0x7EAAB3) is known color: Ziggurat. HEX triplet: 7E, AA and B3. RGB value is (126,170,179). Sum of RGB (Red+Green+Blue) = 126+170+179=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 179 - color contains mainly: blue. Hex color #7EAAB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAAB3 is #81554C. Grayscale: #9D9D9D. Windows color (decimal): -8475981 or 11774590. OLE color: 11774590.

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

Color convert

RGB 126 170 179 -
CMYK 0.30 0.05 0 0.30
HSL 190.19º 0.26% 0.6% -
HSV(B) 190.19º 0.3% 0.7% -
XYZ 31.12 36.44 48.04 -
YUV 157.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 126 170 179 0.30 0.05 0 0.30 190.19 0.26 0.6
Hex 7E AA B3 1E 5 0 1E BE 1A 3C
Octal 176 252 263 36 5 0 36 276 32 74
Binary 1111110 10101010 10110011 11110 101 0 11110 10111110 11010 111100

Color Harmonies of #7EAAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAAB3

Black with #7EAAB3

Text Example


Text Example

White with #7EAAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,170,179); }

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

background-color css

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

 a { background-color: rgb(126,170,179); }

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

border-color css

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

 span { border-color: rgb(126,170,179); }

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