#76D2E8

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

Shades of Spray #76D2E8

Tints of Spray #76D2E8

Color information

#76D2E8 (or 0x76D2E8) is unknown color: approx Spray. HEX triplet: 76, D2 and E8. RGB value is (118,210,232). Sum of RGB (Red+Green+Blue) = 118+210+232=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #76D2E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D2E8 is #892D17. Grayscale: #B8B8B8. Windows color (decimal): -8989976 or 15258230. OLE color: 15258230.

HSL color Cylindrical-coordinate representation of color #76D2E8: hue angle of 191.58º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76D2E8 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB118210232-
CMYK0.490.0900.09
HSL191.58º71.25%68.63%-
HSV(B)191.58º49.14%90.98%-
XYZ45.0855.7784.73-
YUV185154.5280.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.07%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=21.07%
G=37.5%
B=41.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182102320.490.0900.09191.5871.2568.63
Hex76D2E831909c04745
Octal1663223506111011300107105
Binary111011011010010111010001100011001010011100000010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,210,232); }

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

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

 a { background-color: rgb(118,210,232); }

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

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

 span { border-color: rgb(118,210,232); }

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