#76CADE

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

Shades of Spray #76CADE

Tints of Spray #76CADE

Color information

#76CADE (or 0x76CADE) is unknown color: approx Spray. HEX triplet: 76, CA and DE. RGB value is (118,202,222). Sum of RGB (Red+Green+Blue) = 118+202+222=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #76CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CADE is #893521. Grayscale: #B3B3B3. Windows color (decimal): -8992034 or 14600822. OLE color: 14600822.

HSL color Cylindrical-coordinate representation of color #76CADE: hue angle of 191.54º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CADE is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118202222-
CMYK0.470.0900.13
HSL191.54º61.18%66.67%-
HSV(B)191.54º46.85%87.06%-
XYZ41.7851.3776.82-
YUV179.16152.1784.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.77%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 222 (87.11% from 255) = 40.96%
R=21.77%
G=37.27%
B=40.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182022220.470.0900.13191.5461.1866.67
Hex76CADE2F90Dc03d43
Octal166312336571101530075103
Binary11101101100101011011110101111100101101110000001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,202,222); }

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

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

 a { background-color: rgb(118,202,222); }

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

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

 span { border-color: rgb(118,202,222); }

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