#7DDDDE

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

Shades of Spray #7DDDDE

Tints of Spray #7DDDDE

Color information

#7DDDDE (or 0x7DDDDE) is unknown color: approx Spray. HEX triplet: 7D, DD and DE. RGB value is (125,221,222). Sum of RGB (Red+Green+Blue) = 125+221+222=568 (75% of max value = 765). Red value is 125 (49.22% from 255 or 22.01% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #7DDDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDDE is #822221. Grayscale: #C0C0C0. Windows color (decimal): -8528418 or 14605693. OLE color: 14605693.

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

Color convert

RGB125221222-
CMYK0.440.0000.13
HSL180.62º59.51%68.04%-
HSV(B)180.62º43.69%87.06%-
XYZ47.561.3578.44-
YUV192.41144.779.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.01%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=22.01%
G=38.91%
B=39.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1252212220.440.0000.13180.6259.5168.04
Hex7DDDDE2C00Db53c44
Octal17533533654001526574104
Binary11111011101110111011110101100001101101101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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