#76BFC8

Color #76BFC8 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #76BFC8

Tints of Glacier #76BFC8

Color information

#76BFC8 (or 0x76BFC8) is unknown color: approx Glacier. HEX triplet: 76, BF and C8. RGB value is (118,191,200). Sum of RGB (Red+Green+Blue) = 118+191+200=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #76BFC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76BFC8 is #894037. Grayscale: #AAAAAA. Windows color (decimal): -8994872 or 13156214. OLE color: 13156214.

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

Color convert

RGB118191200-
CMYK0.410.0400.22
HSL186.59º42.71%62.35%-
HSV(B)186.59º41%78.43%-
XYZ36.5345.2861.46-
YUV170.2144.8290.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 200 (78.52% from 255) = 39.29%
R=23.18%
G=37.52%
B=39.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181912000.410.0400.22186.5942.7162.35
Hex76BFC8294016bb2b3e
Octal1662773105140262735376
Binary1110110101111111100100010100110001011010111011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,191,200); }

 H1.HeaderClassName
 {
   color: #76BFC8;
 }
 .AnyTagClassName
 {
   color: #76BFC8;
 }
</style>
background-color css

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

 a { background-color: rgb(118,191,200); }

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

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

 span { border-color: rgb(118,191,200); }

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