#76C8E7

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

Shades of Spray #76C8E7

Tints of Spray #76C8E7

Color information

#76C8E7 (or 0x76C8E7) is unknown color: approx Spray. HEX triplet: 76, C8 and E7. RGB value is (118,200,231). Sum of RGB (Red+Green+Blue) = 118+200+231=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 231 - color contains mainly: blue. Hex color #76C8E7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C8E7 is #893718. Grayscale: #B2B2B2. Windows color (decimal): -8992537 or 15190134. OLE color: 15190134.

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

Color convert

RGB118200231-
CMYK0.490.1300.09
HSL196.46º70.19%68.43%-
HSV(B)196.46º48.92%90.59%-
XYZ42.5550.9383.19-
YUV179.02157.3384.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.49%
GREEN value IS 200 (78.52% from 255) = 36.43%
BLUE value IS 231 (90.62% from 255) = 42.08%
R=21.49%
G=36.43%
B=42.08%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182002310.490.1300.09196.4670.1968.43
Hex76C8E731D09c44644
Octal1663103476115011304106104
Binary111011011001000111001111100011101010011100010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,200,231); }

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

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

 a { background-color: rgb(118,200,231); }

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

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

 span { border-color: rgb(118,200,231); }

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