#76CAD8

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

Shades of Spray #76CAD8

Tints of Spray #76CAD8

Color information

#76CAD8 (or 0x76CAD8) is unknown color: approx Spray. HEX triplet: 76, CA and D8. RGB value is (118,202,216). Sum of RGB (Red+Green+Blue) = 118+202+216=536 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.01% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #76CAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CAD8 is #893527. Grayscale: #B2B2B2. Windows color (decimal): -8992040 or 14207606. OLE color: 14207606.

HSL color Cylindrical-coordinate representation of color #76CAD8: hue angle of 188.57º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CAD8 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118202216-
CMYK0.450.0600.15
HSL188.57º55.68%65.49%-
HSV(B)188.57º45.37%84.71%-
XYZ40.9951.0572.66-
YUV178.48149.1784.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.01%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=22.01%
G=37.69%
B=40.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182022160.450.0600.15188.5755.6865.49
Hex76CAD82D60Fbd3841
Octal16631233055601727570101
Binary1110110110010101101100010110111001111101111011110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,202,216); }

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

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

 a { background-color: rgb(118,202,216); }

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

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

 span { border-color: rgb(118,202,216); }

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