#7ACDDD

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

Shades of Spray #7ACDDD

Tints of Spray #7ACDDD

Color information

#7ACDDD (or 0x7ACDDD) is unknown color: approx Spray. HEX triplet: 7A, CD and DD. RGB value is (122,205,221). Sum of RGB (Red+Green+Blue) = 122+205+221=548 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.26% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ACDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDDD is #853222. Grayscale: #B5B5B5. Windows color (decimal): -8729123 or 14536058. OLE color: 14536058.

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

Color convert

RGB122205221-
CMYK0.450.0700.13
HSL189.7º59.28%67.25%-
HSV(B)189.7º44.8%86.67%-
XYZ42.9153.0276.38-
YUV182.0115085.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.26%
GREEN value IS 205 (80.47% from 255) = 37.41%
BLUE value IS 221 (86.72% from 255) = 40.33%
R=22.26%
G=37.41%
B=40.33%

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
Decimal1222052210.450.0700.13189.759.2867.25
Hex7ACDDD2D70Dbe3b43
Octal17231533555701527673103
Binary1111010110011011101110110110111101101101111101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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