#74BABD

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

Shades of Glacier #74BABD

Tints of Glacier #74BABD

Color information

#74BABD (or 0x74BABD) is unknown color: approx Glacier. HEX triplet: 74, BA and BD. RGB value is (116,186,189). Sum of RGB (Red+Green+Blue) = 116+186+189=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #74BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BABD is #8B4542. Grayscale: #A5A5A5. Windows color (decimal): -9127235 or 12434036. OLE color: 12434036.

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

Color convert

RGB116186189-
CMYK0.390.0200.26
HSL182.47º35.61%59.8%-
HSV(B)182.47º38.62%74.12%-
XYZ33.9542.554.56-
YUV165.41141.3192.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 186 (73.05% from 255) = 37.88%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=23.63%
G=37.88%
B=38.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161861890.390.0200.26182.4735.6159.8
Hex74BABD27201Ab6243c
Octal1642722754720322664474
Binary111010010111010101111011001111001101010110110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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