#7ACDE5

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

Shades of Spray #7ACDE5

Tints of Spray #7ACDE5

Color information

#7ACDE5 (or 0x7ACDE5) is unknown color: approx Spray. HEX triplet: 7A, CD and E5. RGB value is (122,205,229). Sum of RGB (Red+Green+Blue) = 122+205+229=556 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.94% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #7ACDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDE5 is #85321A. Grayscale: #B6B6B6. Windows color (decimal): -8729115 or 15060346. OLE color: 15060346.

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

Color convert

RGB122205229-
CMYK0.470.1000.10
HSL193.46º67.3%68.82%-
HSV(B)193.46º46.72%89.8%-
XYZ4453.4682.13-
YUV182.9215484.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 21.94%
GREEN value IS 205 (80.47% from 255) = 36.87%
BLUE value IS 229 (89.84% from 255) = 41.19%
R=21.94%
G=36.87%
B=41.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1222052290.470.1000.10193.4667.368.82
Hex7ACDE52FA0Ac14345
Octal1723153455712012301103105
Binary111101011001101111001011011111010010101100000110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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