Html Css Color HEX #7DB2B6 Glacier

📋 copy color: '#7DB2B6'

red 125 ◦ green 178 ◦ blue 182

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

Shades of Glacier #7DB2B6

Tints of Glacier #7DB2B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.53%

R = 25.77%
G = 36.7%
B = 37.53%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7DB2B6 (or 0x7DB2B6) is known color: Glacier. HEX triplet: 7D, B2 and B6. RGB value is (125,178,182). Sum of RGB (Red+Green+Blue) = 125+178+182=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #7DB2B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2B6 is #824D49. Grayscale: #A2A2A2. Windows color (decimal): -8539466 or 11973245. OLE color: 11973245.

HSL color Cylindrical-coordinate representation of color #7DB2B6: hue angle of 184.21º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB2B6 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 178 182 -
CMYK 0.31 0.02 0 0.29
HSL 184.21º 0.28% 0.6% -
HSV(B) 184.21º 0.31% 0.71% -
XYZ 32.82 39.58 50.17 -
YUV 162.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 125 178 182 0.31 0.02 0 0.29 184.21 0.28 0.6
Hex 7D B2 B6 1F 2 0 1D B8 1C 3C
Octal 175 262 266 37 2 0 35 270 34 74
Binary 1111101 10110010 10110110 11111 10 0 11101 10111000 11100 111100

Color Harmonies of #7DB2B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB2B6

Black with #7DB2B6

Text Example


Text Example

White with #7DB2B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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