Html Css Color HEX #78ABBA Glacier

📋 copy color: '#78ABBA'

red 120 ◦ green 171 ◦ blue 186

#78ABBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #78ABBA

Tints of Glacier #78ABBA

RGB

 RED value IS 120 (47.27% from 255) = 25.16%

 GREEN value IS 171 (67.19% from 255) = 35.85%

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 25.16%
G = 35.85%
B = 38.99%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#78ABBA (or 0x78ABBA) is known color: Glacier. HEX triplet: 78, AB and BA. RGB value is (120,171,186). Sum of RGB (Red+Green+Blue) = 120+171+186=477 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.16% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #78ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABBA is #875445. Grayscale: #9D9D9D. Windows color (decimal): -8868934 or 12233592. OLE color: 12233592.

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

Color convert

RGB 120 171 186 -
CMYK 0.35 0.08 0 0.27
HSL 193.64º 0.32% 0.6% -
HSV(B) 193.64º 0.35% 0.73% -
XYZ 31.17 36.66 51.89 -
YUV 157.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 120 171 186 0.35 0.08 0 0.27 193.64 0.32 0.6
Hex 78 AB BA 23 8 0 1B C2 20 3C
Octal 170 253 272 43 10 0 33 302 40 74
Binary 1111000 10101011 10111010 100011 1000 0 11011 11000010 100000 111100

Color Harmonies of #78ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABBA

Black with #78ABBA

Text Example


Text Example

White with #78ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78ABBA;
 }
 .AnyTagClassName
 {
   color: #78ABBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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