Html Css Color HEX #7DA5BB Glacier

📋 copy color: '#7DA5BB'

red 125 ◦ green 165 ◦ blue 187

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

Shades of Glacier #7DA5BB

Tints of Glacier #7DA5BB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

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

R = 26.21%
G = 34.59%
B = 39.2%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7DA5BB (or 0x7DA5BB) is known color: Glacier. HEX triplet: 7D, A5 and BB. RGB value is (125,165,187). Sum of RGB (Red+Green+Blue) = 125+165+187=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #7DA5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DA5BB is #825A44. Grayscale: #9B9B9B. Windows color (decimal): -8542789 or 12297597. OLE color: 12297597.

HSL color Cylindrical-coordinate representation of color #7DA5BB: hue angle of 201.29º 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 #7DA5BB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 165 187 -
CMYK 0.33 0.12 0 0.27
HSL 201.29º 0.31% 0.61% -
HSV(B) 201.29º 0.33% 0.73% -
XYZ 30.88 34.86 52.11 -
YUV 155.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 125 165 187 0.33 0.12 0 0.27 201.29 0.31 0.61
Hex 7D A5 BB 21 C 0 1B C9 1F 3D
Octal 175 245 273 41 14 0 33 311 37 75
Binary 1111101 10100101 10111011 100001 1100 0 11011 11001001 11111 111101

Color Harmonies of #7DA5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA5BB

Black with #7DA5BB

Text Example


Text Example

White with #7DA5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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