Html Css Color HEX #78BBC1 Glacier

📋 copy color: '#78BBC1'

red 120 ◦ green 187 ◦ blue 193

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

Shades of Glacier #78BBC1

Tints of Glacier #78BBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.4%

 BLUE value IS 193 (75.78% from 255) = 38.6%

R = 24%
G = 37.4%
B = 38.6%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#78BBC1 (or 0x78BBC1) is known color: Glacier. HEX triplet: 78, BB and C1. RGB value is (120,187,193). Sum of RGB (Red+Green+Blue) = 120+187+193=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 193 (75.78% from 255 or 38.6% from 500); Max value from RGB is 193 - color contains mainly: blue. Hex color #78BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBC1 is #87443E. Grayscale: #A7A7A7. Windows color (decimal): -8864831 or 12696440. OLE color: 12696440.

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

Color convert

RGB 120 187 193 -
CMYK 0.38 0.03 0 0.24
HSL 184.93º 0.37% 0.61% -
HSV(B) 184.93º 0.38% 0.76% -
XYZ 35.14 43.38 56.97 -
YUV 167.65 142.3 94.01 -
System Red Green Blue C M Y K H S L
Decimal 120 187 193 0.38 0.03 0 0.24 184.93 0.37 0.61
Hex 78 BB C1 26 3 0 18 B9 25 3D
Octal 170 273 301 46 3 0 30 271 45 75
Binary 1111000 10111011 11000001 100110 11 0 11000 10111001 100101 111101

Color Harmonies of #78BBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BBC1

Black with #78BBC1

Text Example


Text Example

White with #78BBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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