#7DD8DC

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

Shades of Spray #7DD8DC

Tints of Spray #7DD8DC

Color information

#7DD8DC (or 0x7DD8DC) is unknown color: approx Spray. HEX triplet: 7D, D8 and DC. RGB value is (125,216,220). Sum of RGB (Red+Green+Blue) = 125+216+220=561 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.28% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DD8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD8DC is #822723. Grayscale: #BDBDBD. Windows color (decimal): -8529700 or 14473341. OLE color: 14473341.

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

Color convert

RGB125216220-
CMYK0.430.0200.14
HSL182.53º57.58%67.65%-
HSV(B)182.53º43.18%86.27%-
XYZ45.9358.6476.61-
YUV189.25145.3582.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.28%
GREEN value IS 216 (84.77% from 255) = 38.50%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=22.28%
G=38.50%
B=39.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252162200.430.0200.14182.5357.5867.65
Hex7DD8DC2B20Eb73a44
Octal17533033453201626772104
Binary111110111011000110111001010111001110101101111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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