Html Css Color HEX #78AFBC Glacier

📋 copy color: '#78AFBC'

red 120 ◦ green 175 ◦ blue 188

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

Shades of Glacier #78AFBC

Tints of Glacier #78AFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.23%

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 24.84%
G = 36.23%
B = 38.92%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#78AFBC (or 0x78AFBC) is known color: Glacier. HEX triplet: 78, AF and BC. RGB value is (120,175,188). Sum of RGB (Red+Green+Blue) = 120+175+188=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 188 - color contains mainly: blue. Hex color #78AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFBC is #875043. Grayscale: #9F9F9F. Windows color (decimal): -8867908 or 12365688. OLE color: 12365688.

HSL color Cylindrical-coordinate representation of color #78AFBC: hue angle of 191.47º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78AFBC is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 175 188 -
CMYK 0.36 0.07 0 0.26
HSL 191.47º 0.34% 0.6% -
HSV(B) 191.47º 0.36% 0.74% -
XYZ 32.15 38.28 53.27 -
YUV 160.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 120 175 188 0.36 0.07 0 0.26 191.47 0.34 0.6
Hex 78 AF BC 24 7 0 1A BF 22 3C
Octal 170 257 274 44 7 0 32 277 42 74
Binary 1111000 10101111 10111100 100100 111 0 11010 10111111 100010 111100

Color Harmonies of #78AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AFBC

Black with #78AFBC

Text Example


Text Example

White with #78AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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