#7DC9D5

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

Shades of Spray #7DC9D5

Tints of Spray #7DC9D5

Color information

#7DC9D5 (or 0x7DC9D5) is unknown color: approx Spray. HEX triplet: 7D, C9 and D5. RGB value is (125,201,213). Sum of RGB (Red+Green+Blue) = 125+201+213=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #7DC9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC9D5 is #82362A. Grayscale: #B3B3B3. Windows color (decimal): -8533547 or 14010749. OLE color: 14010749.

HSL color Cylindrical-coordinate representation of color #7DC9D5: hue angle of 188.18º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DC9D5 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB125201213-
CMYK0.410.0600.16
HSL188.18º51.16%66.27%-
HSV(B)188.18º41.31%83.53%-
XYZ41.3550.9470.6-
YUV179.64146.8289.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.19%
GREEN value IS 201 (78.91% from 255) = 37.29%
BLUE value IS 213 (83.59% from 255) = 39.52%
R=23.19%
G=37.29%
B=39.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1252012130.410.0600.16188.1851.1666.27
Hex7DC9D5296010bc3342
Octal17531132551602027463102
Binary11111011100100111010101101001110010000101111001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,201,213); }

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

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

 a { background-color: rgb(125,201,213); }

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

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

 span { border-color: rgb(125,201,213); }

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