Html Css Color HEX #7EADB3 Ziggurat

📋 copy color: '#7EADB3'

red 126 ◦ green 173 ◦ blue 179

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

Shades of Ziggurat #7EADB3

Tints of Ziggurat #7EADB3

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.19%

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

R = 26.36%
G = 36.19%
B = 37.45%

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

#7EADB3 (or 0x7EADB3) is known color: Ziggurat. HEX triplet: 7E, AD and B3. RGB value is (126,173,179). Sum of RGB (Red+Green+Blue) = 126+173+179=478 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.36% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #7EADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EADB3 is #81524C. Grayscale: #9F9F9F. Windows color (decimal): -8475213 or 11775358. OLE color: 11775358.

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

Color convert

RGB 126 173 179 -
CMYK 0.30 0.03 0 0.30
HSL 186.79º 0.26% 0.6% -
HSV(B) 186.79º 0.3% 0.7% -
XYZ 31.68 37.58 48.23 -
YUV 159.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 126 173 179 0.30 0.03 0 0.30 186.79 0.26 0.6
Hex 7E AD B3 1E 3 0 1E BB 1A 3C
Octal 176 255 263 36 3 0 36 273 32 74
Binary 1111110 10101101 10110011 11110 11 0 11110 10111011 11010 111100

Color Harmonies of #7EADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EADB3

Black with #7EADB3

Text Example


Text Example

White with #7EADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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