#74ADC6

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

Shades of Glacier #74ADC6

Tints of Glacier #74ADC6

Color information

#74ADC6 (or 0x74ADC6) is unknown color: approx Glacier. HEX triplet: 74, AD and C6. RGB value is (116,173,198). Sum of RGB (Red+Green+Blue) = 116+173+198=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #74ADC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADC6 is #8B5239. Grayscale: #9E9E9E. Windows color (decimal): -9130554 or 13020532. OLE color: 13020532.

HSL color Cylindrical-coordinate representation of color #74ADC6: hue angle of 198.29º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74ADC6 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB116173198-
CMYK0.410.1300.22
HSL198.29º41.84%61.57%-
HSV(B)198.29º41.41%77.65%-
XYZ32.3437.6858.99-
YUV158.81150.1297.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 198 (77.73% from 255) = 40.66%
R=23.82%
G=35.52%
B=40.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1161731980.410.1300.22198.2941.8461.57
Hex74ADC629D016c62a3e
Octal16425530651150263065276
Binary11101001010110111000110101001110101011011000110101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74ADC6; }

 p { color: rgb(116,173,198); }

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

<style>
 a { background-color: #74ADC6; }

 a { background-color: rgb(116,173,198); }

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

<style>
 span { border-color: #74ADC6; }

 span { border-color: rgb(116,173,198); }

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