#7DD1DD

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

Shades of Spray #7DD1DD

Tints of Spray #7DD1DD

Color information

#7DD1DD (or 0x7DD1DD) is unknown color: approx Spray. HEX triplet: 7D, D1 and DD. RGB value is (125,209,221). Sum of RGB (Red+Green+Blue) = 125+209+221=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 209 (82.03% from 255 or 37.66% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #7DD1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD1DD is #822E22. Grayscale: #B9B9B9. Windows color (decimal): -8531491 or 14537085. OLE color: 14537085.

HSL color Cylindrical-coordinate representation of color #7DD1DD: hue angle of 187.5º 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 #7DD1DD is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125209221-
CMYK0.430.0500.13
HSL187.5º58.54%67.84%-
HSV(B)187.5º43.44%86.67%-
XYZ44.3155.1876.72-
YUV185.25148.1785.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.52%
GREEN value IS 209 (82.03% from 255) = 37.66%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=22.52%
G=37.66%
B=39.82%

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
Decimal1252092210.430.0500.13187.558.5467.84
Hex7DD1DD2B50Dbc3b44
Octal17532133553501527473104
Binary1111101110100011101110110101110101101101111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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