#7DCDE5

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

Shades of Spray #7DCDE5

Tints of Spray #7DCDE5

Color information

#7DCDE5 (or 0x7DCDE5) is unknown color: approx Spray. HEX triplet: 7D, CD and E5. RGB value is (125,205,229). Sum of RGB (Red+Green+Blue) = 125+205+229=559 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.36% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #7DCDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDE5 is #82321A. Grayscale: #B7B7B7. Windows color (decimal): -8532507 or 15060349. OLE color: 15060349.

HSL color Cylindrical-coordinate representation of color #7DCDE5: hue angle of 193.85º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DCDE5 is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB125205229-
CMYK0.450.1000.10
HSL193.85º66.67%69.41%-
HSV(B)193.85º45.41%89.8%-
XYZ44.4353.6882.15-
YUV183.82153.586.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.36%
GREEN value IS 205 (80.47% from 255) = 36.67%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=22.36%
G=36.67%
B=40.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1252052290.450.1000.10193.8566.6769.41
Hex7DCDE52DA0Ac24345
Octal1753153455512012302103105
Binary111110111001101111001011011011010010101100001010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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