Html Css Color HEX #7DB1BF Glacier

📋 copy color: '#7DB1BF'

red 125 ◦ green 177 ◦ blue 191

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

Shades of Glacier #7DB1BF

Tints of Glacier #7DB1BF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

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

R = 25.35%
G = 35.9%
B = 38.74%

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

#7DB1BF (or 0x7DB1BF) is known color: Glacier. HEX triplet: 7D, B1 and BF. RGB value is (125,177,191). Sum of RGB (Red+Green+Blue) = 125+177+191=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DB1BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB1BF is #824E40. Grayscale: #A2A2A2. Windows color (decimal): -8539713 or 12562813. OLE color: 12562813.

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

Color convert

RGB 125 177 191 -
CMYK 0.35 0.07 0 0.25
HSL 192.73º 0.34% 0.62% -
HSV(B) 192.73º 0.35% 0.75% -
XYZ 33.58 39.57 55.16 -
YUV 163.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 125 177 191 0.35 0.07 0 0.25 192.73 0.34 0.62
Hex 7D B1 BF 23 7 0 19 C1 22 3E
Octal 175 261 277 43 7 0 31 301 42 76
Binary 1111101 10110001 10111111 100011 111 0 11001 11000001 100010 111110

Color Harmonies of #7DB1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB1BF

Black with #7DB1BF

Text Example


Text Example

White with #7DB1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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