#74A8BD

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

Shades of Glacier #74A8BD

Tints of Glacier #74A8BD

Color information

#74A8BD (or 0x74A8BD) is unknown color: approx Glacier. HEX triplet: 74, A8 and BD. RGB value is (116,168,189). Sum of RGB (Red+Green+Blue) = 116+168+189=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #74A8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8BD is #8B5742. Grayscale: #9A9A9A. Windows color (decimal): -9131843 or 12429428. OLE color: 12429428.

HSL color Cylindrical-coordinate representation of color #74A8BD: hue angle of 197.26º 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 #74A8BD is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116168189-
CMYK0.390.1100.26
HSL197.26º35.61%59.8%-
HSV(B)197.26º38.62%74.12%-
XYZ30.3935.3953.37-
YUV154.85147.27100.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.52%
GREEN value IS 168 (66.02% from 255) = 35.52%
BLUE value IS 189 (74.22% from 255) = 39.96%
R=24.52%
G=35.52%
B=39.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161681890.390.1100.26197.2635.6159.8
Hex74A8BD27B01Ac5243c
Octal16425027547130323054474
Binary11101001010100010111101100111101101101011000101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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