Html Css Color HEX #76AFC6 Glacier

📋 copy color: '#76AFC6'

red 118 ◦ green 175 ◦ blue 198

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

Shades of Glacier #76AFC6

Tints of Glacier #76AFC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 24.03%
G = 35.64%
B = 40.33%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#76AFC6 (or 0x76AFC6) is known color: Glacier. HEX triplet: 76, AF and C6. RGB value is (118,175,198). Sum of RGB (Red+Green+Blue) = 118+175+198=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #76AFC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFC6 is #895039. Grayscale: #A0A0A0. Windows color (decimal): -8998970 or 13021046. OLE color: 13021046.

HSL color Cylindrical-coordinate representation of color #76AFC6: hue angle of 197.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76AFC6 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 118 175 198 -
CMYK 0.40 0.12 0 0.22
HSL 197.25º 0.41% 0.62% -
HSV(B) 197.25º 0.4% 0.78% -
XYZ 32.99 38.59 59.14 -
YUV 160.58 149.12 97.63 -
System Red Green Blue C M Y K H S L
Decimal 118 175 198 0.40 0.12 0 0.22 197.25 0.41 0.62
Hex 76 AF C6 28 C 0 16 C5 29 3E
Octal 166 257 306 50 14 0 26 305 51 76
Binary 1110110 10101111 11000110 101000 1100 0 10110 11000101 101001 111110

Color Harmonies of #76AFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AFC6

Black with #76AFC6

Text Example


Text Example

White with #76AFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,175,198); }

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

background-color css

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

 a { background-color: rgb(118,175,198); }

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

border-color css

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

 span { border-color: rgb(118,175,198); }

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