#74B6BB

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

Shades of Glacier #74B6BB

Tints of Glacier #74B6BB

Color information

#74B6BB (or 0x74B6BB) is unknown color: approx Glacier. HEX triplet: 74, B6 and BB. RGB value is (116,182,187). Sum of RGB (Red+Green+Blue) = 116+182+187=485 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.92% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #74B6BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B6BB is #8B4944. Grayscale: #A2A2A2. Windows color (decimal): -9128261 or 12301940. OLE color: 12301940.

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

Color convert

RGB116182187-
CMYK0.380.0300.27
HSL184.23º34.3%59.41%-
HSV(B)184.23º37.97%73.33%-
XYZ32.940.7653.15-
YUV162.84141.6394.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.92%
GREEN value IS 182 (71.48% from 255) = 37.53%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=23.92%
G=37.53%
B=38.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161821870.380.0300.27184.2334.359.41
Hex74B6BB26301Bb8223b
Octal1642662734630332704273
Binary111010010110110101110111001101101101110111000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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