#74ADBA

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

Shades of Glacier #74ADBA

Tints of Glacier #74ADBA

Color information

#74ADBA (or 0x74ADBA) is unknown color: approx Glacier. HEX triplet: 74, AD and BA. RGB value is (116,173,186). Sum of RGB (Red+Green+Blue) = 116+173+186=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #74ADBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADBA is #8B5245. Grayscale: #9D9D9D. Windows color (decimal): -9130566 or 12234100. OLE color: 12234100.

HSL color Cylindrical-coordinate representation of color #74ADBA: hue angle of 191.14º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74ADBA is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116173186-
CMYK0.380.0700.27
HSL191.14º33.65%59.22%-
HSV(B)191.14º37.63%72.94%-
XYZ31.0137.1551.99-
YUV157.44144.1298.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=24.42%
G=36.42%
B=39.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161731860.380.0700.27191.1433.6559.22
Hex74ADBA26701Bbf223b
Octal1642552724670332774273
Binary1110100101011011011101010011011101101110111111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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