Html Css Color HEX #7DBABF Glacier

📋 copy color: '#7DBABF'

red 125 ◦ green 186 ◦ blue 191

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

Shades of Glacier #7DBABF

Tints of Glacier #7DBABF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.05%

 BLUE value IS 191 (75% from 255) = 38.05%

R = 24.9%
G = 37.05%
B = 38.05%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DBABF (or 0x7DBABF) is known color: Glacier. HEX triplet: 7D, BA and BF. RGB value is (125,186,191). Sum of RGB (Red+Green+Blue) = 125+186+191=502 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.90% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBABF is #824540. Grayscale: #A8A8A8. Windows color (decimal): -8537409 or 12565117. OLE color: 12565117.

HSL color Cylindrical-coordinate representation of color #7DBABF: hue angle of 184.55º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBABF is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 186 191 -
CMYK 0.35 0.03 0 0.25
HSL 184.55º 0.34% 0.62% -
HSV(B) 184.55º 0.35% 0.75% -
XYZ 35.42 43.24 55.77 -
YUV 168.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 125 186 191 0.35 0.03 0 0.25 184.55 0.34 0.62
Hex 7D BA BF 23 3 0 19 B9 22 3E
Octal 175 272 277 43 3 0 31 271 42 76
Binary 1111101 10111010 10111111 100011 11 0 11001 10111001 100010 111110

Color Harmonies of #7DBABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBABF

Black with #7DBABF

Text Example


Text Example

White with #7DBABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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