Html Css Color HEX #76ABBB Glacier

📋 copy color: '#76ABBB'

red 118 ◦ green 171 ◦ blue 187

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

Shades of Glacier #76ABBB

Tints of Glacier #76ABBB

RGB

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

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

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

R = 24.79%
G = 35.92%
B = 39.29%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#76ABBB (or 0x76ABBB) is known color: Glacier. HEX triplet: 76, AB and BB. RGB value is (118,171,187). Sum of RGB (Red+Green+Blue) = 118+171+187=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #76ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ABBB is #895444. Grayscale: #9C9C9C. Windows color (decimal): -9000005 or 12299126. OLE color: 12299126.

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

Color convert

RGB 118 171 187 -
CMYK 0.37 0.09 0 0.27
HSL 193.91º 0.34% 0.6% -
HSV(B) 193.91º 0.37% 0.73% -
XYZ 31 36.57 52.44 -
YUV 156.98 144.94 100.2 -
System Red Green Blue C M Y K H S L
Decimal 118 171 187 0.37 0.09 0 0.27 193.91 0.34 0.6
Hex 76 AB BB 25 9 0 1B C2 22 3C
Octal 166 253 273 45 11 0 33 302 42 74
Binary 1110110 10101011 10111011 100101 1001 0 11011 11000010 100010 111100

Color Harmonies of #76ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABBB

Black with #76ABBB

Text Example


Text Example

White with #76ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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