Html Css Color HEX #7DAAAE Ziggurat

📋 copy color: '#7DAAAE'

red 125 ◦ green 170 ◦ blue 174

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

Shades of Ziggurat #7DAAAE

Tints of Ziggurat #7DAAAE

RGB

 RED value IS 125 (49.22% from 255) = 26.65%

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

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 26.65%
G = 36.25%
B = 37.1%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7DAAAE (or 0x7DAAAE) is known color: Ziggurat. HEX triplet: 7D, AA and AE. RGB value is (125,170,174). Sum of RGB (Red+Green+Blue) = 125+170+174=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #7DAAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAAE is #825551. Grayscale: #9C9C9C. Windows color (decimal): -8541522 or 11446909. OLE color: 11446909.

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

Color convert

RGB 125 170 174 -
CMYK 0.28 0.02 0 0.32
HSL 184.9º 0.23% 0.59% -
HSV(B) 184.9º 0.28% 0.68% -
XYZ 30.47 36.17 45.42 -
YUV 157 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 125 170 174 0.28 0.02 0 0.32 184.9 0.23 0.59
Hex 7D AA AE 1C 2 0 20 B9 17 3B
Octal 175 252 256 34 2 0 40 271 27 73
Binary 1111101 10101010 10101110 11100 10 0 100000 10111001 10111 111011

Color Harmonies of #7DAAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAAAE

Black with #7DAAAE

Text Example


Text Example

White with #7DAAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,170,174); }

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

background-color css

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

 a { background-color: rgb(125,170,174); }

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

border-color css

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

 span { border-color: rgb(125,170,174); }

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