#7DCADE

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

Shades of Spray #7DCADE

Tints of Spray #7DCADE

Color information

#7DCADE (or 0x7DCADE) is unknown color: approx Spray. HEX triplet: 7D, CA and DE. RGB value is (125,202,222). Sum of RGB (Red+Green+Blue) = 125+202+222=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DCADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCADE is #823521. Grayscale: #B5B5B5. Windows color (decimal): -8533282 or 14600829. OLE color: 14600829.

HSL color Cylindrical-coordinate representation of color #7DCADE: hue angle of 192.37º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DCADE is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125202222-
CMYK0.440.0900.13
HSL192.37º59.51%68.04%-
HSV(B)192.37º43.69%87.06%-
XYZ42.7651.8776.87-
YUV181.26150.9987.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.77%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=22.77%
G=36.79%
B=40.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252022220.440.0900.13192.3759.5168.04
Hex7DCADE2C90Dc03c44
Octal175312336541101530074104
Binary11111011100101011011110101100100101101110000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DCADE; }

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

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

<style>
 a { background-color: #7DCADE; }

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

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

<style>
 span { border-color: #7DCADE; }

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

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