#7DD2DD

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

Shades of Spray #7DD2DD

Tints of Spray #7DD2DD

Color information

#7DD2DD (or 0x7DD2DD) is unknown color: approx Spray. HEX triplet: 7D, D2 and DD. RGB value is (125,210,221). Sum of RGB (Red+Green+Blue) = 125+210+221=556 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.48% from 556); Green value is 210 (82.42% from 255 or 37.77% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DD2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD2DD is #822D22. Grayscale: #B9B9B9. Windows color (decimal): -8531235 or 14537341. OLE color: 14537341.

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

Color convert

RGB125210221-
CMYK0.430.0500.13
HSL186.88º58.54%67.84%-
HSV(B)186.88º43.44%86.67%-
XYZ44.5655.6776.8-
YUV185.84147.8484.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.48%
GREEN value IS 210 (82.42% from 255) = 37.77%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=22.48%
G=37.77%
B=39.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252102210.430.0500.13186.8858.5467.84
Hex7DD2DD2B50Dbb3b44
Octal17532233553501527373104
Binary1111101110100101101110110101110101101101110111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,210,221); }

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

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

 a { background-color: rgb(125,210,221); }

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

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

 span { border-color: rgb(125,210,221); }

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