#76ADBE

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

Shades of Glacier #76ADBE

Tints of Glacier #76ADBE

Color information

#76ADBE (or 0x76ADBE) is unknown color: approx Glacier. HEX triplet: 76, AD and BE. RGB value is (118,173,190). Sum of RGB (Red+Green+Blue) = 118+173+190=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #76ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADBE is #895241. Grayscale: #9E9E9E. Windows color (decimal): -8999490 or 12496246. OLE color: 12496246.

HSL color Cylindrical-coordinate representation of color #76ADBE: hue angle of 194.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76ADBE is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118173190-
CMYK0.380.0900.25
HSL194.17º35.64%60.39%-
HSV(B)194.17º37.89%74.51%-
XYZ31.7137.4654.27-
YUV158.49145.7899.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=24.53%
G=35.97%
B=39.50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181731900.380.0900.25194.1735.6460.39
Hex76ADBE269019c2243c
Octal16625527646110313024474
Binary11101101010110110111110100110100101100111000010100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,173,190); }

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

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

 a { background-color: rgb(118,173,190); }

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

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

 span { border-color: rgb(118,173,190); }

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