#76C4DD

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

Shades of Spray #76C4DD

Tints of Spray #76C4DD

Color information

#76C4DD (or 0x76C4DD) is unknown color: approx Spray. HEX triplet: 76, C4 and DD. RGB value is (118,196,221). Sum of RGB (Red+Green+Blue) = 118+196+221=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #76C4DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C4DD is #893B22. Grayscale: #AFAFAF. Windows color (decimal): -8993571 or 14533750. OLE color: 14533750.

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

Color convert

RGB118196221-
CMYK0.470.1100.13
HSL194.56º60.23%66.47%-
HSV(B)194.56º46.61%86.67%-
XYZ40.2648.5575.66-
YUV175.53153.6686.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.06%
GREEN value IS 196 (76.95% from 255) = 36.64%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=22.06%
G=36.64%
B=41.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181962210.470.1100.13194.5660.2366.47
Hex76C4DD2FB0Dc33c42
Octal166304335571301530374102
Binary11101101100010011011101101111101101101110000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,196,221); }

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

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

 a { background-color: rgb(118,196,221); }

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

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

 span { border-color: rgb(118,196,221); }

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