Html Css Color HEX #76A1BD Glacier

📋 copy color: '#76A1BD'

red 118 ◦ green 161 ◦ blue 189

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

Shades of Glacier #76A1BD

Tints of Glacier #76A1BD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.4%

 BLUE value IS 189 (74.22% from 255) = 40.38%

R = 25.21%
G = 34.4%
B = 40.38%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#76A1BD (or 0x76A1BD) is known color: Glacier. HEX triplet: 76, A1 and BD. RGB value is (118,161,189). Sum of RGB (Red+Green+Blue) = 118+161+189=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: blue. Hex color #76A1BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A1BD is #895E42. Grayscale: #979797. Windows color (decimal): -9002563 or 12427638. OLE color: 12427638.

HSL color Cylindrical-coordinate representation of color #76A1BD: hue angle of 203.66º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76A1BD is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 161 189 -
CMYK 0.38 0.15 0 0.26
HSL 203.66º 0.35% 0.6% -
HSV(B) 203.66º 0.38% 0.74% -
XYZ 29.4 33.02 52.97 -
YUV 151.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 118 161 189 0.38 0.15 0 0.26 203.66 0.35 0.6
Hex 76 A1 BD 26 F 0 1A CC 23 3C
Octal 166 241 275 46 17 0 32 314 43 74
Binary 1110110 10100001 10111101 100110 1111 0 11010 11001100 100011 111100

Color Harmonies of #76A1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A1BD

Black with #76A1BD

Text Example


Text Example

White with #76A1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,161,189); }

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

background-color css

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

 a { background-color: rgb(118,161,189); }

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

border-color css

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

 span { border-color: rgb(118,161,189); }

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