#74AABD

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

Shades of Glacier #74AABD

Tints of Glacier #74AABD

Color information

#74AABD (or 0x74AABD) is unknown color: approx Glacier. HEX triplet: 74, AA and BD. RGB value is (116,170,189). Sum of RGB (Red+Green+Blue) = 116+170+189=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 170 (66.80% from 255 or 35.79% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #74AABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AABD is #8B5542. Grayscale: #9B9B9B. Windows color (decimal): -9131331 or 12429940. OLE color: 12429940.

HSL color Cylindrical-coordinate representation of color #74AABD: hue angle of 195.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74AABD is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116170189-
CMYK0.390.1000.26
HSL195.62º35.61%59.8%-
HSV(B)195.62º38.62%74.12%-
XYZ30.7636.1453.5-
YUV156.02146.6199.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 170 (66.80% from 255) = 35.79%
BLUE value IS 189 (74.22% from 255) = 39.79%
R=24.42%
G=35.79%
B=39.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161701890.390.1000.26195.6235.6159.8
Hex74AABD27A01Ac4243c
Octal16425227547120323044474
Binary11101001010101010111101100111101001101011000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,170,189); }

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

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

 a { background-color: rgb(116,170,189); }

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

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

 span { border-color: rgb(116,170,189); }

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