#7DDAE5

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

Shades of Spray #7DDAE5

Tints of Spray #7DDAE5

Color information

#7DDAE5 (or 0x7DDAE5) is unknown color: approx Spray. HEX triplet: 7D, DA and E5. RGB value is (125,218,229). Sum of RGB (Red+Green+Blue) = 125+218+229=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #7DDAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDAE5 is #82251A. Grayscale: #BFBFBF. Windows color (decimal): -8529179 or 15063677. OLE color: 15063677.

HSL color Cylindrical-coordinate representation of color #7DDAE5: hue angle of 186.35º 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 #7DDAE5 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB125218229-
CMYK0.450.0500.10
HSL186.35º66.67%69.41%-
HSV(B)186.35º45.41%89.8%-
XYZ47.6760.1683.23-
YUV191.45149.1980.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 21.85%
GREEN value IS 218 (85.55% from 255) = 38.11%
BLUE value IS 229 (89.84% from 255) = 40.03%
R=21.85%
G=38.11%
B=40.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1252182290.450.0500.10186.3566.6769.41
Hex7DDAE52D50Aba4345
Octal175332345555012272103105
Binary11111011101101011100101101101101010101011101010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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