#78BDC3

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

Shades of Glacier #78BDC3

Tints of Glacier #78BDC3

Color information

#78BDC3 (or 0x78BDC3) is unknown color: approx Glacier. HEX triplet: 78, BD and C3. RGB value is (120,189,195). Sum of RGB (Red+Green+Blue) = 120+189+195=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #78BDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BDC3 is #87423C. Grayscale: #A8A8A8. Windows color (decimal): -8864317 or 12828024. OLE color: 12828024.

HSL color Cylindrical-coordinate representation of color #78BDC3: hue angle of 184.8º 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 #78BDC3 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120189195-
CMYK0.380.0300.24
HSL184.8º38.46%61.76%-
HSV(B)184.8º38.46%76.47%-
XYZ35.7944.3358.3-
YUV169.05142.6493.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.81%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=23.81%
G=37.5%
B=38.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201891950.380.0300.24184.838.4661.76
Hex78BDC3263018b9263e
Octal1702753034630302714676
Binary111100010111101110000111001101101100010111001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,189,195); }

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

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

 a { background-color: rgb(120,189,195); }

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

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

 span { border-color: rgb(120,189,195); }

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