#7DDAD8

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

Shades of Spray #7DDAD8

Tints of Spray #7DDAD8

Color information

#7DDAD8 (or 0x7DDAD8) is unknown color: approx Spray. HEX triplet: 7D, DA and D8. RGB value is (125,218,216). Sum of RGB (Red+Green+Blue) = 125+218+216=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDAD8 is #822527. Grayscale: #BDBDBD. Windows color (decimal): -8529192 or 14211709. OLE color: 14211709.

HSL color Cylindrical-coordinate representation of color #7DDAD8: hue angle of 178.71º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDAD8 is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB125218216-
CMYK0.4300.010.15
HSL178.71º55.69%67.25%-
HSV(B)178.71º42.66%85.49%-
XYZ45.9259.4674.02-
YUV189.96142.6981.66-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=22.36%
G=39.00%
B=38.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252182160.4300.010.15178.7155.6967.25
Hex7DDAD82B01Fb33843
Octal17533233053011726370103
Binary11111011101101011011000101011011111101100111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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