#74ABBD

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

Shades of Glacier #74ABBD

Tints of Glacier #74ABBD

Color information

#74ABBD (or 0x74ABBD) is unknown color: approx Glacier. HEX triplet: 74, AB and BD. RGB value is (116,171,189). Sum of RGB (Red+Green+Blue) = 116+171+189=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #74ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABBD is #8B5442. Grayscale: #9C9C9C. Windows color (decimal): -9131075 or 12430196. OLE color: 12430196.

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

Color convert

RGB116171189-
CMYK0.390.1000.26
HSL194.79º35.61%59.8%-
HSV(B)194.79º38.62%74.12%-
XYZ30.9536.5153.56-
YUV156.61146.2899.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.37%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=24.37%
G=35.92%
B=39.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161711890.390.1000.26194.7935.6159.8
Hex74ABBD27A01Ac3243c
Octal16425327547120323034474
Binary11101001010101110111101100111101001101011000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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