Html Css Color HEX #7DB6BB Glacier

📋 copy color: '#7DB6BB'

red 125 ◦ green 182 ◦ blue 187

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

Shades of Glacier #7DB6BB

Tints of Glacier #7DB6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.84%

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 25.3%
G = 36.84%
B = 37.85%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7DB6BB (or 0x7DB6BB) is known color: Glacier. HEX triplet: 7D, B6 and BB. RGB value is (125,182,187). Sum of RGB (Red+Green+Blue) = 125+182+187=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DB6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB6BB is #824944. Grayscale: #A5A5A5. Windows color (decimal): -8538437 or 12301949. OLE color: 12301949.

HSL color Cylindrical-coordinate representation of color #7DB6BB: hue angle of 184.84º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DB6BB is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 182 187 -
CMYK 0.33 0.03 0 0.27
HSL 184.84º 0.31% 0.61% -
HSV(B) 184.84º 0.33% 0.73% -
XYZ 34.16 41.4 53.21 -
YUV 165.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 125 182 187 0.33 0.03 0 0.27 184.84 0.31 0.61
Hex 7D B6 BB 21 3 0 1B B9 1F 3D
Octal 175 266 273 41 3 0 33 271 37 75
Binary 1111101 10110110 10111011 100001 11 0 11011 10111001 11111 111101

Color Harmonies of #7DB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB6BB

Black with #7DB6BB

Text Example


Text Example

White with #7DB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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