#74ADBF

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

Shades of Glacier #74ADBF

Tints of Glacier #74ADBF

Color information

#74ADBF (or 0x74ADBF) is unknown color: approx Glacier. HEX triplet: 74, AD and BF. RGB value is (116,173,191). Sum of RGB (Red+Green+Blue) = 116+173+191=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #74ADBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ADBF is #8B5240. Grayscale: #9D9D9D. Windows color (decimal): -9130561 or 12561780. OLE color: 12561780.

HSL color Cylindrical-coordinate representation of color #74ADBF: hue angle of 194.4º degrees, saturation: 0.37, 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 #74ADBF is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116173191-
CMYK0.390.0900.25
HSL194.4º36.95%60.2%-
HSV(B)194.4º39.27%74.9%-
XYZ31.5537.3654.84-
YUV158.01146.6298.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.17%
GREEN value IS 173 (67.97% from 255) = 36.04%
BLUE value IS 191 (75% from 255) = 39.79%
R=24.17%
G=36.04%
B=39.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161731910.390.0900.25194.436.9560.2
Hex74ADBF279019c2253c
Octal16425527747110313024574
Binary11101001010110110111111100111100101100111000010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,173,191); }

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

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

 a { background-color: rgb(116,173,191); }

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

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

 span { border-color: rgb(116,173,191); }

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