Html Css Color HEX #7DB2BF Glacier

📋 copy color: '#7DB2BF'

red 125 ◦ green 178 ◦ blue 191

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

Shades of Glacier #7DB2BF

Tints of Glacier #7DB2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.03%

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

R = 25.3%
G = 36.03%
B = 38.66%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DB2BF (or 0x7DB2BF) is known color: Glacier. HEX triplet: 7D, B2 and BF. RGB value is (125,178,191). Sum of RGB (Red+Green+Blue) = 125+178+191=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DB2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2BF is #824D40. Grayscale: #A3A3A3. Windows color (decimal): -8539457 or 12563069. OLE color: 12563069.

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

Color convert

RGB 125 178 191 -
CMYK 0.35 0.07 0 0.25
HSL 191.82º 0.34% 0.62% -
HSV(B) 191.82º 0.35% 0.75% -
XYZ 33.78 39.96 55.22 -
YUV 163.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 125 178 191 0.35 0.07 0 0.25 191.82 0.34 0.62
Hex 7D B2 BF 23 7 0 19 C0 22 3E
Octal 175 262 277 43 7 0 31 300 42 76
Binary 1111101 10110010 10111111 100011 111 0 11001 11000000 100010 111110

Color Harmonies of #7DB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB2BF

Black with #7DB2BF

Text Example


Text Example

White with #7DB2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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