Html Css Color HEX #76A3BC Glacier

📋 copy color: '#76A3BC'

red 118 ◦ green 163 ◦ blue 188

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

Shades of Glacier #76A3BC

Tints of Glacier #76A3BC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.75%

 BLUE value IS 188 (73.83% from 255) = 40.09%

R = 25.16%
G = 34.75%
B = 40.09%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#76A3BC (or 0x76A3BC) is known color: Glacier. HEX triplet: 76, A3 and BC. RGB value is (118,163,188). Sum of RGB (Red+Green+Blue) = 118+163+188=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #76A3BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3BC is #895C43. Grayscale: #989898. Windows color (decimal): -9002052 or 12362614. OLE color: 12362614.

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

Color convert

RGB 118 163 188 -
CMYK 0.37 0.13 0 0.26
HSL 201.43º 0.34% 0.6% -
HSV(B) 201.43º 0.37% 0.74% -
XYZ 29.65 33.68 52.51 -
YUV 152.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 118 163 188 0.37 0.13 0 0.26 201.43 0.34 0.6
Hex 76 A3 BC 25 D 0 1A C9 22 3C
Octal 166 243 274 45 15 0 32 311 42 74
Binary 1110110 10100011 10111100 100101 1101 0 11010 11001001 100010 111100

Color Harmonies of #76A3BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A3BC

Black with #76A3BC

Text Example


Text Example

White with #76A3BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,163,188); }

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

background-color css

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

 a { background-color: rgb(118,163,188); }

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

border-color css

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

 span { border-color: rgb(118,163,188); }

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