#7AC6DF

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

Shades of Spray #7AC6DF

Tints of Spray #7AC6DF

Color information

#7AC6DF (or 0x7AC6DF) is unknown color: approx Spray. HEX triplet: 7A, C6 and DF. RGB value is (122,198,223). Sum of RGB (Red+Green+Blue) = 122+198+223=543 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.47% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #7AC6DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC6DF is #853920. Grayscale: #B1B1B1. Windows color (decimal): -8730913 or 14665338. OLE color: 14665338.

HSL color Cylindrical-coordinate representation of color #7AC6DF: hue angle of 194.85º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AC6DF is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122198223-
CMYK0.450.1100.13
HSL194.85º61.21%67.65%-
HSV(B)194.85º45.29%87.45%-
XYZ41.5449.8577.25-
YUV178.13153.3287.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 22.47%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=22.47%
G=36.46%
B=41.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221982230.450.1100.13194.8561.2167.65
Hex7AC6DF2DB0Dc33d44
Octal172306337551301530375104
Binary11110101100011011011111101101101101101110000111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,198,223); }

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

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

 a { background-color: rgb(122,198,223); }

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

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

 span { border-color: rgb(122,198,223); }

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