#7ACDDA

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

Shades of Spray #7ACDDA

Tints of Spray #7ACDDA

Color information

#7ACDDA (or 0x7ACDDA) is unknown color: approx Spray. HEX triplet: 7A, CD and DA. RGB value is (122,205,218). Sum of RGB (Red+Green+Blue) = 122+205+218=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ACDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACDDA is #853225. Grayscale: #B5B5B5. Windows color (decimal): -8729126 or 14339450. OLE color: 14339450.

HSL color Cylindrical-coordinate representation of color #7ACDDA: hue angle of 188.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ACDDA is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB122205218-
CMYK0.440.0600.15
HSL188.12º56.47%66.67%-
HSV(B)188.12º44.04%85.49%-
XYZ42.5152.8674.29-
YUV181.66148.585.44-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.39%
GREEN value IS 205 (80.47% from 255) = 37.61%
BLUE value IS 218 (85.55% from 255) = 40%
R=22.39%
G=37.61%
B=40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1222052180.440.0600.15188.1256.4766.67
Hex7ACDDA2C60Fbc3843
Octal17231533254601727470103
Binary1111010110011011101101010110011001111101111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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