#7ACADD

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

Shades of Spray #7ACADD

Tints of Spray #7ACADD

Color information

#7ACADD (or 0x7ACADD) is unknown color: approx Spray. HEX triplet: 7A, CA and DD. RGB value is (122,202,221). Sum of RGB (Red+Green+Blue) = 122+202+221=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ACADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACADD is #853522. Grayscale: #B4B4B4. Windows color (decimal): -8729891 or 14535290. OLE color: 14535290.

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

Color convert

RGB122202221-
CMYK0.450.0900.13
HSL191.52º59.28%67.25%-
HSV(B)191.52º44.8%86.67%-
XYZ42.251.676.14-
YUV180.2515186.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.39%
GREEN value IS 202 (79.30% from 255) = 37.06%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=22.39%
G=37.06%
B=40.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222022210.450.0900.13191.5259.2867.25
Hex7ACADD2D90Dc03b43
Octal172312335551101530073103
Binary11110101100101011011101101101100101101110000001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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