#76CDE7

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

Shades of Spray #76CDE7

Tints of Spray #76CDE7

Color information

#76CDE7 (or 0x76CDE7) is unknown color: approx Spray. HEX triplet: 76, CD and E7. RGB value is (118,205,231). Sum of RGB (Red+Green+Blue) = 118+205+231=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #76CDE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CDE7 is #893218. Grayscale: #B5B5B5. Windows color (decimal): -8991257 or 15191414. OLE color: 15191414.

HSL color Cylindrical-coordinate representation of color #76CDE7: hue angle of 193.81º 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 #76CDE7 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB118205231-
CMYK0.490.1100.09
HSL193.81º70.19%68.43%-
HSV(B)193.81º48.92%90.59%-
XYZ43.7353.2883.58-
YUV181.95155.6882.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.30%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 231 (90.62% from 255) = 41.70%
R=21.30%
G=37.00%
B=41.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182052310.490.1100.09193.8170.1968.43
Hex76CDE731B09c24644
Octal1663153476113011302106104
Binary111011011001101111001111100011011010011100001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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