#78ABBB

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

Shades of Glacier #78ABBB

Tints of Glacier #78ABBB

Color information

#78ABBB (or 0x78ABBB) is unknown color: approx Glacier. HEX triplet: 78, AB and BB. RGB value is (120,171,187). Sum of RGB (Red+Green+Blue) = 120+171+187=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #78ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABBB is #875444. Grayscale: #9D9D9D. Windows color (decimal): -8868933 or 12299128. OLE color: 12299128.

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

Color convert

RGB120171187-
CMYK0.360.0900.27
HSL194.33º33%60.2%-
HSV(B)194.33º35.83%73.33%-
XYZ31.2836.7152.45-
YUV157.58144.6101.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.10%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=25.10%
G=35.77%
B=39.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201711870.360.0900.27194.333360.2
Hex78ABBB24901Bc2213c
Octal17025327344110333024174
Binary11110001010101110111011100100100101101111000010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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