#74ABBC

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

Shades of Glacier #74ABBC

Tints of Glacier #74ABBC

Color information

#74ABBC (or 0x74ABBC) is unknown color: approx Glacier. HEX triplet: 74, AB and BC. RGB value is (116,171,188). Sum of RGB (Red+Green+Blue) = 116+171+188=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #74ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABBC is #8B5443. Grayscale: #9C9C9C. Windows color (decimal): -9131076 or 12364660. OLE color: 12364660.

HSL color Cylindrical-coordinate representation of color #74ABBC: hue angle of 194.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74ABBC is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116171188-
CMYK0.380.0900.26
HSL194.17º34.95%59.61%-
HSV(B)194.17º38.3%73.73%-
XYZ30.8436.4752.99-
YUV156.49145.7899.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.42%
GREEN value IS 171 (67.19% from 255) = 36%
BLUE value IS 188 (73.83% from 255) = 39.58%
R=24.42%
G=36%
B=39.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161711880.380.0900.26194.1734.9559.61
Hex74ABBC26901Ac2233c
Octal16425327446110323024374
Binary11101001010101110111100100110100101101011000010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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