#7DD9DC

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

Shades of Spray #7DD9DC

Tints of Spray #7DD9DC

Color information

#7DD9DC (or 0x7DD9DC) is unknown color: approx Spray. HEX triplet: 7D, D9 and DC. RGB value is (125,217,220). Sum of RGB (Red+Green+Blue) = 125+217+220=562 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.24% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DD9DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD9DC is #822623. Grayscale: #BDBDBD. Windows color (decimal): -8529444 or 14473597. OLE color: 14473597.

HSL color Cylindrical-coordinate representation of color #7DD9DC: hue angle of 181.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DD9DC is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125217220-
CMYK0.430.0100.14
HSL181.89º57.58%67.65%-
HSV(B)181.89º43.18%86.27%-
XYZ46.1959.1576.69-
YUV189.83145.0281.76-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.24%
GREEN value IS 217 (85.16% from 255) = 38.61%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=22.24%
G=38.61%
B=39.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252172200.430.0100.14181.8957.5867.65
Hex7DD9DC2B10Eb63a44
Octal17533133453101626672104
Binary11111011101100111011100101011101110101101101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,217,220); }

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

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

 a { background-color: rgb(125,217,220); }

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

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

 span { border-color: rgb(125,217,220); }

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