#7DDCDE

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

Shades of Spray #7DDCDE

Tints of Spray #7DDCDE

Color information

#7DDCDE (or 0x7DDCDE) is unknown color: approx Spray. HEX triplet: 7D, DC and DE. RGB value is (125,220,222). Sum of RGB (Red+Green+Blue) = 125+220+222=567 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.05% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DDCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDCDE is #822321. Grayscale: #BFBFBF. Windows color (decimal): -8528674 or 14605437. OLE color: 14605437.

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

Color convert

RGB125220222-
CMYK0.440.0100.13
HSL181.24º59.51%68.04%-
HSV(B)181.24º43.69%87.06%-
XYZ47.2460.8278.36-
YUV191.82145.0380.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.05%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 222 (87.11% from 255) = 39.15%
R=22.05%
G=38.80%
B=39.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252202220.440.0100.13181.2459.5168.04
Hex7DDCDE2C10Db53c44
Octal17533433654101526574104
Binary11111011101110011011110101100101101101101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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