Html Css Color HEX #76A5BA Glacier

📋 copy color: '#76A5BA'

red 118 ◦ green 165 ◦ blue 186

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

Shades of Glacier #76A5BA

Tints of Glacier #76A5BA

RGB

 RED value IS 118 (46.48% from 255) = 25.16%

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

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 25.16%
G = 35.18%
B = 39.66%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76A5BA (or 0x76A5BA) is known color: Glacier. HEX triplet: 76, A5 and BA. RGB value is (118,165,186). Sum of RGB (Red+Green+Blue) = 118+165+186=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #76A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A5BA is #895A45. Grayscale: #999999. Windows color (decimal): -9001542 or 12232054. OLE color: 12232054.

HSL color Cylindrical-coordinate representation of color #76A5BA: hue angle of 198.53º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A5BA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 165 186 -
CMYK 0.37 0.11 0 0.27
HSL 198.53º 0.33% 0.6% -
HSV(B) 198.53º 0.37% 0.73% -
XYZ 29.79 34.31 51.51 -
YUV 153.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 118 165 186 0.37 0.11 0 0.27 198.53 0.33 0.6
Hex 76 A5 BA 25 B 0 1B C7 21 3C
Octal 166 245 272 45 13 0 33 307 41 74
Binary 1110110 10100101 10111010 100101 1011 0 11011 11000111 100001 111100

Color Harmonies of #76A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A5BA

Black with #76A5BA

Text Example


Text Example

White with #76A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A5BA; }

 p { color: rgb(118,165,186); }

 H1.HeaderClassName
 {
   color: #76A5BA;
 }
 .AnyTagClassName
 {
   color: #76A5BA;
 }
</style>

background-color css

<style>
 a { background-color: #76A5BA; }

 a { background-color: rgb(118,165,186); }

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

border-color css

<style>
 span { border-color: #76A5BA; }

 span { border-color: rgb(118,165,186); }

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