Html Css Color HEX #76ABBA Glacier

📋 copy color: '#76ABBA'

red 118 ◦ green 171 ◦ blue 186

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

Shades of Glacier #76ABBA

Tints of Glacier #76ABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 24.84%
G = 36%
B = 39.16%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76ABBA (or 0x76ABBA) is known color: Glacier. HEX triplet: 76, AB and BA. RGB value is (118,171,186). Sum of RGB (Red+Green+Blue) = 118+171+186=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #76ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABBA is #895445. Grayscale: #9C9C9C. Windows color (decimal): -9000006 or 12233590. OLE color: 12233590.

HSL color Cylindrical-coordinate representation of color #76ABBA: hue angle of 193.24º degrees, saturation: 0.33, 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 #76ABBA is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 171 186 -
CMYK 0.37 0.08 0 0.27
HSL 193.24º 0.33% 0.6% -
HSV(B) 193.24º 0.37% 0.73% -
XYZ 30.9 36.52 51.88 -
YUV 156.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 118 171 186 0.37 0.08 0 0.27 193.24 0.33 0.6
Hex 76 AB BA 25 8 0 1B C1 21 3C
Octal 166 253 272 45 10 0 33 301 41 74
Binary 1110110 10101011 10111010 100101 1000 0 11011 11000001 100001 111100

Color Harmonies of #76ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABBA

Black with #76ABBA

Text Example


Text Example

White with #76ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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