#7DCACD

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

Shades of Spray #7DCACD

Tints of Spray #7DCACD

Color information

#7DCACD (or 0x7DCACD) is unknown color: approx Spray. HEX triplet: 7D, CA and CD. RGB value is (125,202,205). Sum of RGB (Red+Green+Blue) = 125+202+205=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #7DCACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCACD is #823532. Grayscale: #B3B3B3. Windows color (decimal): -8533299 or 13486717. OLE color: 13486717.

HSL color Cylindrical-coordinate representation of color #7DCACD: hue angle of 182.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCACD is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125202205-
CMYK0.390.0100.20
HSL182.25º44.44%64.71%-
HSV(B)182.25º39.02%80.39%-
XYZ40.651.0165.46-
YUV179.32142.4989.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.50%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 205 (80.47% from 255) = 38.53%
R=23.50%
G=37.97%
B=38.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1252022050.390.0100.20182.2544.4464.71
Hex7DCACD271014b62c41
Octal17531231547102426654101
Binary111110111001010110011011001111010100101101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,202,205); }

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

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

 a { background-color: rgb(125,202,205); }

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

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

 span { border-color: rgb(125,202,205); }

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