Html Css Color HEX #7DACBA Glacier

📋 copy color: '#7DACBA'

red 125 ◦ green 172 ◦ blue 186

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

Shades of Glacier #7DACBA

Tints of Glacier #7DACBA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

 BLUE value IS 186 (73.05% from 255) = 38.51%

R = 25.88%
G = 35.61%
B = 38.51%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7DACBA (or 0x7DACBA) is known color: Glacier. HEX triplet: 7D, AC and BA. RGB value is (125,172,186). Sum of RGB (Red+Green+Blue) = 125+172+186=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DACBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DACBA is #825345. Grayscale: #9F9F9F. Windows color (decimal): -8540998 or 12233853. OLE color: 12233853.

HSL color Cylindrical-coordinate representation of color #7DACBA: hue angle of 193.77º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DACBA is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 172 186 -
CMYK 0.33 0.08 0 0.27
HSL 193.77º 0.31% 0.61% -
HSV(B) 193.77º 0.33% 0.73% -
XYZ 32.07 37.41 51.98 -
YUV 159.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 125 172 186 0.33 0.08 0 0.27 193.77 0.31 0.61
Hex 7D AC BA 21 8 0 1B C2 1F 3D
Octal 175 254 272 41 10 0 33 302 37 75
Binary 1111101 10101100 10111010 100001 1000 0 11011 11000010 11111 111101

Color Harmonies of #7DACBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DACBA

Black with #7DACBA

Text Example


Text Example

White with #7DACBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,186); }

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

background-color css

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

 a { background-color: rgb(125,172,186); }

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

border-color css

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

 span { border-color: rgb(125,172,186); }

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