Html Css Color HEX #7EAEB3 Ziggurat

📋 copy color: '#7EAEB3'

red 126 ◦ green 174 ◦ blue 179

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

Shades of Ziggurat #7EAEB3

Tints of Ziggurat #7EAEB3

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.33%

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

R = 26.3%
G = 36.33%
B = 37.37%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7EAEB3 (or 0x7EAEB3) is known color: Ziggurat. HEX triplet: 7E, AE and B3. RGB value is (126,174,179). Sum of RGB (Red+Green+Blue) = 126+174+179=479 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.30% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 179 (70.31% from 255 or 37.37% from 479); Max value from RGB is 179 - color contains mainly: blue. Hex color #7EAEB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAEB3 is #81514C. Grayscale: #A0A0A0. Windows color (decimal): -8474957 or 11775614. OLE color: 11775614.

HSL color Cylindrical-coordinate representation of color #7EAEB3: hue angle of 185.66º 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 #7EAEB3 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 126 174 179 -
CMYK 0.30 0.03 0 0.30
HSL 185.66º 0.26% 0.6% -
HSV(B) 185.66º 0.3% 0.7% -
XYZ 31.88 37.96 48.3 -
YUV 160.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 126 174 179 0.30 0.03 0 0.30 185.66 0.26 0.6
Hex 7E AE B3 1E 3 0 1E BA 1A 3C
Octal 176 256 263 36 3 0 36 272 32 74
Binary 1111110 10101110 10110011 11110 11 0 11110 10111010 11010 111100

Color Harmonies of #7EAEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAEB3

Black with #7EAEB3

Text Example


Text Example

White with #7EAEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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