#76c9d7

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

Shades of Spray #76C9D7

Tints of Spray #76C9D7

Color information

#76C9D7 (or 0x76C9D7) is unknown color: approx Spray. HEX triplet: 76, C9 and D7. RGB value is (118,201,215). Sum of RGB (Red+Green+Blue) = 118+201+215=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #76C9D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76C9D7 is #893628. Grayscale: #B1B1B1. Windows color (decimal): -8992297 or 14141814. OLE color: 14141814.

HSL color Cylindrical-coordinate representation of color #76C9D7: hue angle of 188.66º degrees, saturation: 0.55, 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 #76C9D7 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB118201215-
CMYK0.450.0700.16
HSL188.66º54.8%65.29%-
HSV(B)188.66º45.12%84.31%-
XYZ40.6250.5371.9-
YUV177.7814985.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.10%
GREEN value IS 201 (78.91% from 255) = 37.64%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=22.10%
G=37.64%
B=40.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1182012150.450.0700.16188.6654.865.29
Hex76C9D72D7010bd3741
Octal16631132755702027567101
Binary11101101100100111010111101101111010000101111011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76c9d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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