#76CAD5

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

Shades of Spray #76CAD5

Tints of Spray #76CAD5

Color information

#76CAD5 (or 0x76CAD5) is unknown color: approx Spray. HEX triplet: 76, CA and D5. RGB value is (118,202,213). Sum of RGB (Red+Green+Blue) = 118+202+213=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #76CAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CAD5 is #89352A. Grayscale: #B2B2B2. Windows color (decimal): -8992043 or 14010998. OLE color: 14010998.

HSL color Cylindrical-coordinate representation of color #76CAD5: hue angle of 186.95º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CAD5 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118202213-
CMYK0.450.0500.16
HSL186.95º53.07%64.9%-
HSV(B)186.95º44.6%83.53%-
XYZ40.650.970.63-
YUV178.14147.6785.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.14%
GREEN value IS 202 (79.30% from 255) = 37.90%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=22.14%
G=37.90%
B=39.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182022130.450.0500.16186.9553.0764.9
Hex76CAD52D5010bb3541
Octal16631232555502027365101
Binary11101101100101011010101101101101010000101110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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