#7ACEDD

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

Shades of Spray #7ACEDD

Tints of Spray #7ACEDD

Color information

#7ACEDD (or 0x7ACEDD) is unknown color: approx Spray. HEX triplet: 7A, CE and DD. RGB value is (122,206,221). Sum of RGB (Red+Green+Blue) = 122+206+221=549 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.22% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ACEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACEDD is #853122. Grayscale: #B6B6B6. Windows color (decimal): -8728867 or 14536314. OLE color: 14536314.

HSL color Cylindrical-coordinate representation of color #7ACEDD: hue angle of 189.09º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ACEDD is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122206221-
CMYK0.450.0700.13
HSL189.09º59.28%67.25%-
HSV(B)189.09º44.8%86.67%-
XYZ43.1553.576.46-
YUV182.59149.6784.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.22%
GREEN value IS 206 (80.86% from 255) = 37.52%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=22.22%
G=37.52%
B=40.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222062210.450.0700.13189.0959.2867.25
Hex7ACEDD2D70Dbd3b43
Octal17231633555701527573103
Binary1111010110011101101110110110111101101101111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,206,221); }

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

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

 a { background-color: rgb(122,206,221); }

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

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

 span { border-color: rgb(122,206,221); }

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