#74ACBB

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

Shades of Glacier #74ACBB

Tints of Glacier #74ACBB

Color information

#74ACBB (or 0x74ACBB) is unknown color: approx Glacier. HEX triplet: 74, AC and BB. RGB value is (116,172,187). Sum of RGB (Red+Green+Blue) = 116+172+187=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #74ACBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ACBB is #8B5344. Grayscale: #9C9C9C. Windows color (decimal): -9130821 or 12299380. OLE color: 12299380.

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

Color convert

RGB116172187-
CMYK0.380.0800.27
HSL192.68º34.3%59.41%-
HSV(B)192.68º37.97%73.33%-
XYZ30.9236.8152.49-
YUV156.97144.9598.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=24.42%
G=36.21%
B=39.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161721870.380.0800.27192.6834.359.41
Hex74ACBB26801Bc1223b
Octal16425427346100333014273
Binary11101001010110010111011100110100001101111000001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,172,187); }

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

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

 a { background-color: rgb(116,172,187); }

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

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

 span { border-color: rgb(116,172,187); }

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