#74B4BD

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

Shades of Glacier #74B4BD

Tints of Glacier #74B4BD

Color information

#74B4BD (or 0x74B4BD) is unknown color: approx Glacier. HEX triplet: 74, B4 and BD. RGB value is (116,180,189). Sum of RGB (Red+Green+Blue) = 116+180+189=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #74B4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B4BD is #8B4B42. Grayscale: #A1A1A1. Windows color (decimal): -9128771 or 12432500. OLE color: 12432500.

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

Color convert

RGB116180189-
CMYK0.390.0500.26
HSL187.4º35.61%59.8%-
HSV(B)187.4º38.62%74.12%-
XYZ32.7140.0354.15-
YUV161.89143.395.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=23.92%
G=37.11%
B=38.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161801890.390.0500.26187.435.6159.8
Hex74B4BD27501Abb243c
Octal1642642754750322734474
Binary1110100101101001011110110011110101101010111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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