Html Css Color HEX #76ABB8 Glacier

📋 copy color: '#76ABB8'

red 118 ◦ green 171 ◦ blue 184

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

Shades of Glacier #76ABB8

Tints of Glacier #76ABB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.9%

R = 24.95%
G = 36.15%
B = 38.9%

CMYK

 C value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#76ABB8 (or 0x76ABB8) is known color: Glacier. HEX triplet: 76, AB and B8. RGB value is (118,171,184). Sum of RGB (Red+Green+Blue) = 118+171+184=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 184 - color contains mainly: blue. Hex color #76ABB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABB8 is #895447. Grayscale: #9C9C9C. Windows color (decimal): -9000008 or 12102518. OLE color: 12102518.

HSL color Cylindrical-coordinate representation of color #76ABB8: hue angle of 191.82º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76ABB8 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 118 171 184 -
CMYK 0.36 0.07 0 0.28
HSL 191.82º 0.32% 0.59% -
HSV(B) 191.82º 0.36% 0.72% -
XYZ 30.69 36.44 50.76 -
YUV 156.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 118 171 184 0.36 0.07 0 0.28 191.82 0.32 0.59
Hex 76 AB B8 24 7 0 1C C0 20 3B
Octal 166 253 270 44 7 0 34 300 40 73
Binary 1110110 10101011 10111000 100100 111 0 11100 11000000 100000 111011

Color Harmonies of #76ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABB8

Black with #76ABB8

Text Example


Text Example

White with #76ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,171,184); }

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

background-color css

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

 a { background-color: rgb(118,171,184); }

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

border-color css

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

 span { border-color: rgb(118,171,184); }

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