#76CCDD

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

Shades of Spray #76CCDD

Tints of Spray #76CCDD

Color information

#76CCDD (or 0x76CCDD) is unknown color: approx Spray. HEX triplet: 76, CC and DD. RGB value is (118,204,221). Sum of RGB (Red+Green+Blue) = 118+204+221=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #76CCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCDD is #893322. Grayscale: #B4B4B4. Windows color (decimal): -8991523 or 14535798. OLE color: 14535798.

HSL color Cylindrical-coordinate representation of color #76CCDD: hue angle of 189.9º 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 #76CCDD is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118204221-
CMYK0.470.0800.13
HSL189.9º60.23%66.47%-
HSV(B)189.9º46.61%86.67%-
XYZ42.1252.2676.27-
YUV180.22151.0183.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.73%
GREEN value IS 204 (80.08% from 255) = 37.57%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=21.73%
G=37.57%
B=40.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182042210.470.0800.13189.960.2366.47
Hex76CCDD2F80Dbe3c42
Octal166314335571001527674102
Binary11101101100110011011101101111100001101101111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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