#76C5E6

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

Shades of Spray #76C5E6

Tints of Spray #76C5E6

Color information

#76C5E6 (or 0x76C5E6) is unknown color: approx Spray. HEX triplet: 76, C5 and E6. RGB value is (118,197,230). Sum of RGB (Red+Green+Blue) = 118+197+230=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #76C5E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C5E6 is #893A19. Grayscale: #B0B0B0. Windows color (decimal): -8993306 or 15123830. OLE color: 15123830.

HSL color Cylindrical-coordinate representation of color #76C5E6: hue angle of 197.68º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76C5E6 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB118197230-
CMYK0.490.1400.10
HSL197.68º69.14%68.24%-
HSV(B)197.68º48.7%90.2%-
XYZ41.7249.582.22-
YUV177.14157.8385.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.65%
GREEN value IS 197 (77.34% from 255) = 36.15%
BLUE value IS 230 (90.23% from 255) = 42.20%
R=21.65%
G=36.15%
B=42.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1181972300.490.1400.10197.6869.1468.24
Hex76C5E631E0Ac64544
Octal1663053466116012306105104
Binary111011011000101111001101100011110010101100011010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,197,230); }

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

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

 a { background-color: rgb(118,197,230); }

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

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

 span { border-color: rgb(118,197,230); }

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