Html Css Color HEX #76AFBE Glacier

📋 copy color: '#76AFBE'

red 118 ◦ green 175 ◦ blue 190

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

Shades of Glacier #76AFBE

Tints of Glacier #76AFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 24.43%
G = 36.23%
B = 39.34%

CMYK

 C value IS 0.38

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#76AFBE (or 0x76AFBE) is known color: Glacier. HEX triplet: 76, AF and BE. RGB value is (118,175,190). Sum of RGB (Red+Green+Blue) = 118+175+190=483 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.43% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #76AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76AFBE is #895041. Grayscale: #9F9F9F. Windows color (decimal): -8998978 or 12496758. OLE color: 12496758.

HSL color Cylindrical-coordinate representation of color #76AFBE: hue angle of 192.5º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76AFBE is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 175 190 -
CMYK 0.38 0.08 0 0.25
HSL 192.5º 0.36% 0.6% -
HSV(B) 192.5º 0.38% 0.75% -
XYZ 32.1 38.23 54.4 -
YUV 159.67 145.12 98.28 -
System Red Green Blue C M Y K H S L
Decimal 118 175 190 0.38 0.08 0 0.25 192.5 0.36 0.6
Hex 76 AF BE 26 8 0 19 C0 24 3C
Octal 166 257 276 46 10 0 31 300 44 74
Binary 1110110 10101111 10111110 100110 1000 0 11001 11000000 100100 111100

Color Harmonies of #76AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AFBE

Black with #76AFBE

Text Example


Text Example

White with #76AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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