#74AABA

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

Shades of Glacier #74AABA

Tints of Glacier #74AABA

Color information

#74AABA (or 0x74AABA) is unknown color: approx Glacier. HEX triplet: 74, AA and BA. RGB value is (116,170,186). Sum of RGB (Red+Green+Blue) = 116+170+186=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #74AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AABA is #8B5545. Grayscale: #9B9B9B. Windows color (decimal): -9131334 or 12233332. OLE color: 12233332.

HSL color Cylindrical-coordinate representation of color #74AABA: hue angle of 193.71º 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 #74AABA is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116170186-
CMYK0.380.0900.27
HSL193.71º33.65%59.22%-
HSV(B)193.71º37.63%72.94%-
XYZ30.4436.0151.8-
YUV155.68145.1199.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.58%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 186 (73.05% from 255) = 39.41%
R=24.58%
G=36.02%
B=39.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161701860.380.0900.27193.7133.6559.22
Hex74AABA26901Bc2223b
Octal16425227246110333024273
Binary11101001010101010111010100110100101101111000010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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