#7ACDE2

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

Shades of Spray #7ACDE2

Tints of Spray #7ACDE2

Color information

#7ACDE2 (or 0x7ACDE2) is unknown color: approx Spray. HEX triplet: 7A, CD and E2. RGB value is (122,205,226). Sum of RGB (Red+Green+Blue) = 122+205+226=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #7ACDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDE2 is #85321D. Grayscale: #B6B6B6. Windows color (decimal): -8729118 or 14863738. OLE color: 14863738.

HSL color Cylindrical-coordinate representation of color #7ACDE2: hue angle of 192.12º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ACDE2 is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB122205226-
CMYK0.460.0900.11
HSL192.12º64.2%68.24%-
HSV(B)192.12º46.02%88.63%-
XYZ43.5853.2979.94-
YUV182.58152.584.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.06%
GREEN value IS 205 (80.47% from 255) = 37.07%
BLUE value IS 226 (88.67% from 255) = 40.87%
R=22.06%
G=37.07%
B=40.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1222052260.460.0900.11192.1264.268.24
Hex7ACDE22E90Bc04044
Octal1723153425611013300100104
Binary111101011001101111000101011101001010111100000010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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