#7DCED0

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

Shades of Spray #7DCED0

Tints of Spray #7DCED0

Color information

#7DCED0 (or 0x7DCED0) is unknown color: approx Spray. HEX triplet: 7D, CE and D0. RGB value is (125,206,208). Sum of RGB (Red+Green+Blue) = 125+206+208=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DCED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCED0 is #82312F. Grayscale: #B5B5B5. Windows color (decimal): -8532272 or 13684349. OLE color: 13684349.

HSL color Cylindrical-coordinate representation of color #7DCED0: hue angle of 181.45º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCED0 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125206208-
CMYK0.400.0100.18
HSL181.45º46.89%65.29%-
HSV(B)181.45º39.9%81.57%-
XYZ41.9153.0667.71-
YUV182.01142.6687.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.19%
GREEN value IS 206 (80.86% from 255) = 38.22%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=23.19%
G=38.22%
B=38.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1252062080.400.0100.18181.4546.8965.29
Hex7DCED0281012b52f41
Octal17531632050102226557101
Binary111110111001110110100001010001010010101101011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,206,208); }

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

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

 a { background-color: rgb(125,206,208); }

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

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

 span { border-color: rgb(125,206,208); }

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