Html Css Color HEX #7DB7BF Glacier

📋 copy color: '#7DB7BF'

red 125 ◦ green 183 ◦ blue 191

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

Shades of Glacier #7DB7BF

Tints of Glacier #7DB7BF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

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

R = 25.05%
G = 36.67%
B = 38.28%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7DB7BF (or 0x7DB7BF) is known color: Glacier. HEX triplet: 7D, B7 and BF. RGB value is (125,183,191). Sum of RGB (Red+Green+Blue) = 125+183+191=499 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25.05% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DB7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB7BF is #824840. Grayscale: #A6A6A6. Windows color (decimal): -8538177 or 12564349. OLE color: 12564349.

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

Color convert

RGB 125 183 191 -
CMYK 0.35 0.04 0 0.25
HSL 187.27º 0.34% 0.62% -
HSV(B) 187.27º 0.35% 0.75% -
XYZ 34.79 41.99 55.56 -
YUV 166.57 141.78 98.35 -
System Red Green Blue C M Y K H S L
Decimal 125 183 191 0.35 0.04 0 0.25 187.27 0.34 0.62
Hex 7D B7 BF 23 4 0 19 BB 22 3E
Octal 175 267 277 43 4 0 31 273 42 76
Binary 1111101 10110111 10111111 100011 100 0 11001 10111011 100010 111110

Color Harmonies of #7DB7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB7BF

Black with #7DB7BF

Text Example


Text Example

White with #7DB7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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