#7DDADC

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

Shades of Spray #7DDADC

Tints of Spray #7DDADC

Color information

#7DDADC (or 0x7DDADC) is unknown color: approx Spray. HEX triplet: 7D, DA and DC. RGB value is (125,218,220). Sum of RGB (Red+Green+Blue) = 125+218+220=563 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.20% from 563); Green value is 218 (85.55% from 255 or 38.72% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DDADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDADC is #822523. Grayscale: #BEBEBE. Windows color (decimal): -8529188 or 14473853. OLE color: 14473853.

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

Color convert

RGB125218220-
CMYK0.430.0100.14
HSL181.26º57.58%67.65%-
HSV(B)181.26º43.18%86.27%-
XYZ46.4559.6776.78-
YUV190.42144.6981.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.20%
GREEN value IS 218 (85.55% from 255) = 38.72%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=22.20%
G=38.72%
B=39.08%

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
Decimal1252182200.430.0100.14181.2657.5867.65
Hex7DDADC2B10Eb53a44
Octal17533233453101626572104
Binary11111011101101011011100101011101110101101011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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