Html Css Color HEX #7DADBA Glacier

📋 copy color: '#7DADBA'

red 125 ◦ green 173 ◦ blue 186

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

Shades of Glacier #7DADBA

Tints of Glacier #7DADBA

RGB

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

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

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

R = 25.83%
G = 35.74%
B = 38.43%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7DADBA (or 0x7DADBA) is known color: Glacier. HEX triplet: 7D, AD and BA. RGB value is (125,173,186). Sum of RGB (Red+Green+Blue) = 125+173+186=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #7DADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DADBA is #825245. Grayscale: #A0A0A0. Windows color (decimal): -8540742 or 12234109. OLE color: 12234109.

HSL color Cylindrical-coordinate representation of color #7DADBA: hue angle of 192.79º 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 #7DADBA is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 173 186 -
CMYK 0.33 0.07 0 0.27
HSL 192.79º 0.31% 0.61% -
HSV(B) 192.79º 0.33% 0.73% -
XYZ 32.26 37.79 52.05 -
YUV 160.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 125 173 186 0.33 0.07 0 0.27 192.79 0.31 0.61
Hex 7D AD BA 21 7 0 1B C1 1F 3D
Octal 175 255 272 41 7 0 33 301 37 75
Binary 1111101 10101101 10111010 100001 111 0 11011 11000001 11111 111101

Color Harmonies of #7DADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DADBA

Black with #7DADBA

Text Example


Text Example

White with #7DADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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