#76D5DE

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

Shades of Spray #76D5DE

Tints of Spray #76D5DE

Color information

#76D5DE (or 0x76D5DE) is unknown color: approx Spray. HEX triplet: 76, D5 and DE. RGB value is (118,213,222). Sum of RGB (Red+Green+Blue) = 118+213+222=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #76D5DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D5DE is #892A21. Grayscale: #B9B9B9. Windows color (decimal): -8989218 or 14603638. OLE color: 14603638.

HSL color Cylindrical-coordinate representation of color #76D5DE: hue angle of 185.19º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76D5DE is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118213222-
CMYK0.470.0400.13
HSL185.19º61.18%66.67%-
HSV(B)185.19º46.85%87.06%-
XYZ44.4556.7177.71-
YUV185.62148.5379.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.34%
GREEN value IS 213 (83.59% from 255) = 38.52%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=21.34%
G=38.52%
B=40.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182132220.470.0400.13185.1961.1866.67
Hex76D5DE2F40Db93d43
Octal16632533657401527175103
Binary1110110110101011101111010111110001101101110011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,213,222); }

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

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

 a { background-color: rgb(118,213,222); }

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

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

 span { border-color: rgb(118,213,222); }

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