#74AFBE

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

Shades of Glacier #74AFBE

Tints of Glacier #74AFBE

Color information

#74AFBE (or 0x74AFBE) is unknown color: approx Glacier. HEX triplet: 74, AF and BE. RGB value is (116,175,190). Sum of RGB (Red+Green+Blue) = 116+175+190=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #74AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFBE is #8B5041. Grayscale: #9E9E9E. Windows color (decimal): -9130050 or 12496756. OLE color: 12496756.

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

Color convert

RGB116175190-
CMYK0.390.0800.25
HSL192.16º36.27%60%-
HSV(B)192.16º38.95%74.51%-
XYZ31.8338.0954.39-
YUV159.07145.4597.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.12%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=24.12%
G=36.38%
B=39.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161751900.390.0800.25192.1636.2760
Hex74AFBE278019c0243c
Octal16425727647100313004474
Binary11101001010111110111110100111100001100111000000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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