#78AFC2

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

Shades of Glacier #78AFC2

Tints of Glacier #78AFC2

Color information

#78AFC2 (or 0x78AFC2) is unknown color: approx Glacier. HEX triplet: 78, AF and C2. RGB value is (120,175,194). Sum of RGB (Red+Green+Blue) = 120+175+194=489 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.54% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 194 - color contains mainly: blue. Hex color #78AFC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFC2 is #87503D. Grayscale: #A0A0A0. Windows color (decimal): -8867902 or 12758904. OLE color: 12758904.

HSL color Cylindrical-coordinate representation of color #78AFC2: hue angle of 195.41º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78AFC2 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120175194-
CMYK0.380.1000.24
HSL195.41º37.76%61.57%-
HSV(B)195.41º38.14%76.08%-
XYZ32.8138.5556.75-
YUV160.72146.7898.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.54%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 194 (76.17% from 255) = 39.67%
R=24.54%
G=35.79%
B=39.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201751940.380.1000.24195.4137.7661.57
Hex78AFC226A018c3263e
Octal17025730246120303034676
Binary11110001010111111000010100110101001100011000011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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