Html Css Color HEX #78BAC3 Glacier

📋 copy color: '#78BAC3'

red 120 ◦ green 186 ◦ blue 195

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

Shades of Glacier #78BAC3

Tints of Glacier #78BAC3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.13%

 BLUE value IS 195 (76.56% from 255) = 38.92%

R = 23.95%
G = 37.13%
B = 38.92%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#78BAC3 (or 0x78BAC3) is known color: Glacier. HEX triplet: 78, BA and C3. RGB value is (120,186,195). Sum of RGB (Red+Green+Blue) = 120+186+195=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #78BAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BAC3 is #87453C. Grayscale: #A7A7A7. Windows color (decimal): -8865085 or 12827256. OLE color: 12827256.

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

Color convert

RGB 120 186 195 -
CMYK 0.38 0.05 0 0.24
HSL 187.2º 0.38% 0.62% -
HSV(B) 187.2º 0.38% 0.76% -
XYZ 35.15 43.05 58.09 -
YUV 167.29 143.63 94.27 -
System Red Green Blue C M Y K H S L
Decimal 120 186 195 0.38 0.05 0 0.24 187.2 0.38 0.62
Hex 78 BA C3 26 5 0 18 BB 26 3E
Octal 170 272 303 46 5 0 30 273 46 76
Binary 1111000 10111010 11000011 100110 101 0 11000 10111011 100110 111110

Color Harmonies of #78BAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BAC3

Black with #78BAC3

Text Example


Text Example

White with #78BAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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