Html Css Color HEX #76A8C3 Glacier

📋 copy color: '#76A8C3'

red 118 ◦ green 168 ◦ blue 195

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

Shades of Glacier #76A8C3

Tints of Glacier #76A8C3

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.93%

 BLUE value IS 195 (76.56% from 255) = 40.54%

R = 24.53%
G = 34.93%
B = 40.54%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#76A8C3 (or 0x76A8C3) is known color: Glacier. HEX triplet: 76, A8 and C3. RGB value is (118,168,195). Sum of RGB (Red+Green+Blue) = 118+168+195=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 195 (76.56% from 255 or 40.54% from 481); Max value from RGB is 195 - color contains mainly: blue. Hex color #76A8C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8C3 is #89573C. Grayscale: #9B9B9B. Windows color (decimal): -9000765 or 12822646. OLE color: 12822646.

HSL color Cylindrical-coordinate representation of color #76A8C3: hue angle of 201.04º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76A8C3 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 118 168 195 -
CMYK 0.39 0.14 0 0.24
HSL 201.04º 0.39% 0.61% -
HSV(B) 201.04º 0.39% 0.76% -
XYZ 31.32 35.8 56.89 -
YUV 156.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 118 168 195 0.39 0.14 0 0.24 201.04 0.39 0.61
Hex 76 A8 C3 27 E 0 18 C9 27 3D
Octal 166 250 303 47 16 0 30 311 47 75
Binary 1110110 10101000 11000011 100111 1110 0 11000 11001001 100111 111101

Color Harmonies of #76A8C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A8C3

Black with #76A8C3

Text Example


Text Example

White with #76A8C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,168,195); }

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

background-color css

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

 a { background-color: rgb(118,168,195); }

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

border-color css

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

 span { border-color: rgb(118,168,195); }

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