#78AFBB

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

Shades of Glacier #78AFBB

Tints of Glacier #78AFBB

Color information

#78AFBB (or 0x78AFBB) is unknown color: approx Glacier. HEX triplet: 78, AF and BB. RGB value is (120,175,187). Sum of RGB (Red+Green+Blue) = 120+175+187=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #78AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFBB is #875044. Grayscale: #9F9F9F. Windows color (decimal): -8867909 or 12300152. OLE color: 12300152.

HSL color Cylindrical-coordinate representation of color #78AFBB: hue angle of 190.75º 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 #78AFBB is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120175187-
CMYK0.360.0600.27
HSL190.75º33%60.2%-
HSV(B)190.75º35.83%73.33%-
XYZ32.0538.2452.71-
YUV159.92143.2899.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.90%
GREEN value IS 175 (68.75% from 255) = 36.31%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=24.90%
G=36.31%
B=38.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201751870.360.0600.27190.753360.2
Hex78AFBB24601Bbf213c
Octal1702572734460332774174
Binary1111000101011111011101110010011001101110111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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