#74ABBB

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

Shades of Glacier #74ABBB

Tints of Glacier #74ABBB

Color information

#74ABBB (or 0x74ABBB) is unknown color: approx Glacier. HEX triplet: 74, AB and BB. RGB value is (116,171,187). Sum of RGB (Red+Green+Blue) = 116+171+187=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #74ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABBB is #8B5444. Grayscale: #9C9C9C. Windows color (decimal): -9131077 or 12299124. OLE color: 12299124.

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

Color convert

RGB116171187-
CMYK0.380.0900.27
HSL193.52º34.3%59.41%-
HSV(B)193.52º37.97%73.33%-
XYZ30.7436.4352.42-
YUV156.38145.2899.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.47%
GREEN value IS 171 (67.19% from 255) = 36.08%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=24.47%
G=36.08%
B=39.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161711870.380.0900.27193.5234.359.41
Hex74ABBB26901Bc2223b
Octal16425327346110333024273
Binary11101001010101110111011100110100101101111000010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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