#76C3DA

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

Shades of Spray #76C3DA

Tints of Spray #76C3DA

Color information

#76C3DA (or 0x76C3DA) is unknown color: approx Spray. HEX triplet: 76, C3 and DA. RGB value is (118,195,218). Sum of RGB (Red+Green+Blue) = 118+195+218=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #76C3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C3DA is #893C25. Grayscale: #AEAEAE. Windows color (decimal): -8993830 or 14336886. OLE color: 14336886.

HSL color Cylindrical-coordinate representation of color #76C3DA: hue angle of 193.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76C3DA is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118195218-
CMYK0.460.1100.15
HSL193.8º57.47%65.88%-
HSV(B)193.8º45.87%85.49%-
XYZ39.6447.9473.49-
YUV174.6152.4987.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.22%
GREEN value IS 195 (76.56% from 255) = 36.72%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=22.22%
G=36.72%
B=41.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181952180.460.1100.15193.857.4765.88
Hex76C3DA2EB0Fc23942
Octal166303332561301730271102
Binary11101101100001111011010101110101101111110000101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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