#76C9DB

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

Shades of Spray #76C9DB

Tints of Spray #76C9DB

Color information

#76C9DB (or 0x76C9DB) is unknown color: approx Spray. HEX triplet: 76, C9 and DB. RGB value is (118,201,219). Sum of RGB (Red+Green+Blue) = 118+201+219=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #76C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C9DB is #893624. Grayscale: #B2B2B2. Windows color (decimal): -8992293 or 14403958. OLE color: 14403958.

HSL color Cylindrical-coordinate representation of color #76C9DB: hue angle of 190.69º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76C9DB is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118201219-
CMYK0.460.0800.14
HSL190.69º58.38%66.08%-
HSV(B)190.69º46.12%85.88%-
XYZ41.1450.7474.64-
YUV178.2415185.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.93%
GREEN value IS 201 (78.91% from 255) = 37.36%
BLUE value IS 219 (85.94% from 255) = 40.71%
R=21.93%
G=37.36%
B=40.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1182012190.460.0800.14190.6958.3866.08
Hex76C9DB2E80Ebf3a42
Octal166311333561001627772102
Binary11101101100100111011011101110100001110101111111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,201,219); }

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

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

 a { background-color: rgb(118,201,219); }

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

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

 span { border-color: rgb(118,201,219); }

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