#7ACFDD

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

Shades of Spray #7ACFDD

Tints of Spray #7ACFDD

Color information

#7ACFDD (or 0x7ACFDD) is unknown color: approx Spray. HEX triplet: 7A, CF and DD. RGB value is (122,207,221). Sum of RGB (Red+Green+Blue) = 122+207+221=550 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.18% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #7ACFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ACFDD is #853022. Grayscale: #B7B7B7. Windows color (decimal): -8728611 or 14536570. OLE color: 14536570.

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

Color convert

RGB122207221-
CMYK0.450.0600.13
HSL188.48º59.28%67.25%-
HSV(B)188.48º44.8%86.67%-
XYZ43.3953.9876.54-
YUV183.18149.3484.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.18%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 221 (86.72% from 255) = 40.18%
R=22.18%
G=37.64%
B=40.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1222072210.450.0600.13188.4859.2867.25
Hex7ACFDD2D60Dbc3b43
Octal17231733555601527473103
Binary1111010110011111101110110110111001101101111001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ACFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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