#74AFBD

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

Shades of Glacier #74AFBD

Tints of Glacier #74AFBD

Color information

#74AFBD (or 0x74AFBD) is unknown color: approx Glacier. HEX triplet: 74, AF and BD. RGB value is (116,175,189). Sum of RGB (Red+Green+Blue) = 116+175+189=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #74AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFBD is #8B5042. Grayscale: #9E9E9E. Windows color (decimal): -9130051 or 12431220. OLE color: 12431220.

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

Color convert

RGB116175189-
CMYK0.390.0700.26
HSL191.51º35.61%59.8%-
HSV(B)191.51º38.62%74.12%-
XYZ31.7238.0553.82-
YUV158.95144.9597.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.17%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=24.17%
G=36.46%
B=39.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161751890.390.0700.26191.5135.6159.8
Hex74AFBD27701Ac0243c
Octal1642572754770323004474
Binary1110100101011111011110110011111101101011000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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