#7DB3BF

Color #7DB3BF Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #7DB3BF

Tints of Glacier #7DB3BF

Color information

#7DB3BF (or 0x7DB3BF) is unknown color: approx Glacier. HEX triplet: 7D, B3 and BF. RGB value is (125,179,191). Sum of RGB (Red+Green+Blue) = 125+179+191=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 179 (70.31% from 255 or 36.16% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #7DB3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DB3BF is #824C40. Grayscale: #A4A4A4. Windows color (decimal): -8539201 or 12563325. OLE color: 12563325.

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

Color convert

RGB125179191-
CMYK0.350.0600.25
HSL190.91º34.02%61.96%-
HSV(B)190.91º34.55%74.9%-
XYZ33.9840.3655.29-
YUV164.22143.11100.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.25%
GREEN value IS 179 (70.31% from 255) = 36.16%
BLUE value IS 191 (75% from 255) = 38.59%
R=25.25%
G=36.16%
B=38.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251791910.350.0600.25190.9134.0261.96
Hex7DB3BF236019bf223e
Octal1752632774360312774276
Binary1111101101100111011111110001111001100110111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DB3BF;
 }
 .AnyTagClassName
 {
   color: #7DB3BF;
 }
</style>
background-color css

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

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

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

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

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

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