Html Css Color HEX #76A8BB Glacier

📋 copy color: '#76A8BB'

red 118 ◦ green 168 ◦ blue 187

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

Shades of Glacier #76A8BB

Tints of Glacier #76A8BB

RGB

 RED value IS 118 (46.48% from 255) = 24.95%

 GREEN value IS 168 (66.02% from 255) = 35.52%

 BLUE value IS 187 (73.44% from 255) = 39.53%

R = 24.95%
G = 35.52%
B = 39.53%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76A8BB (or 0x76A8BB) is known color: Glacier. HEX triplet: 76, A8 and BB. RGB value is (118,168,187). Sum of RGB (Red+Green+Blue) = 118+168+187=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 187 - color contains mainly: blue. Hex color #76A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8BB is #895744. Grayscale: #9B9B9B. Windows color (decimal): -9000773 or 12298358. OLE color: 12298358.

HSL color Cylindrical-coordinate representation of color #76A8BB: hue angle of 196.52º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76A8BB is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 168 187 -
CMYK 0.37 0.10 0 0.27
HSL 196.52º 0.34% 0.6% -
HSV(B) 196.52º 0.37% 0.73% -
XYZ 30.44 35.44 52.25 -
YUV 155.22 145.94 101.46 -
System Red Green Blue C M Y K H S L
Decimal 118 168 187 0.37 0.10 0 0.27 196.52 0.34 0.6
Hex 76 A8 BB 25 A 0 1B C5 22 3C
Octal 166 250 273 45 12 0 33 305 42 74
Binary 1110110 10101000 10111011 100101 1010 0 11011 11000101 100010 111100

Color Harmonies of #76A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8BB

Black with #76A8BB

Text Example


Text Example

White with #76A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76A8BB; }

 p { color: rgb(118,168,187); }

 H1.HeaderClassName
 {
   color: #76A8BB;
 }
 .AnyTagClassName
 {
   color: #76A8BB;
 }
</style>

background-color css

<style>
 a { background-color: #76A8BB; }

 a { background-color: rgb(118,168,187); }

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

border-color css

<style>
 span { border-color: #76A8BB; }

 span { border-color: rgb(118,168,187); }

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