#76ABBB

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

Shades of Glacier #76ABBB

Tints of Glacier #76ABBB

Color information

#76ABBB (or 0x76ABBB) is unknown color: approx Glacier. HEX triplet: 76, AB and BB. RGB value is (118,171,187). Sum of RGB (Red+Green+Blue) = 118+171+187=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #76ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABBB is #895444. Grayscale: #9C9C9C. Windows color (decimal): -9000005 or 12299126. OLE color: 12299126.

HSL color Cylindrical-coordinate representation of color #76ABBB: hue angle of 193.91º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76ABBB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB118171187-
CMYK0.370.0900.27
HSL193.91º33.66%59.8%-
HSV(B)193.91º36.9%73.33%-
XYZ3136.5752.44-
YUV156.98144.94100.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.79%
GREEN value IS 171 (67.19% from 255) = 35.92%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=24.79%
G=35.92%
B=39.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1181711870.370.0900.27193.9133.6659.8
Hex76ABBB25901Bc2223c
Octal16625327345110333024274
Binary11101101010101110111011100101100101101111000010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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